Skip to main content

ITranslateTranslateTextResponse

Interface in AWS.Translate

Interface for TranslateText responses.

Ancestors

Properties

AppliedSettings

property AppliedSettings: ITranslateTranslationSettings

Type: ITranslateTranslationSettings

Provides the settings applied to the translation output.

AppliedTerminologies

property AppliedTerminologies: TList<ITranslateAppliedTerminology>

Type: ITranslateAppliedTerminology

Provides details of the custom terminologies applied during translation.

SourceLanguageCode

property SourceLanguageCode: string

Provides the language code for the source text.

TargetLanguageCode

property TargetLanguageCode: string

Provides the language code for the target text.

TranslatedText

property TranslatedText: string

Provides the translated text.