/AWS1/CL_XL8TRANSLATETEXTRSP¶
TranslateTextResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_translatedtext TYPE /AWS1/XL8TRANSLATEDTEXTSTRING /AWS1/XL8TRANSLATEDTEXTSTRING¶
The translated text.
iv_sourcelanguagecode TYPE /AWS1/XL8LANGUAGECODESTRING /AWS1/XL8LANGUAGECODESTRING¶
The language code for the language of the source text.
iv_targetlanguagecode TYPE /AWS1/XL8LANGUAGECODESTRING /AWS1/XL8LANGUAGECODESTRING¶
The language code for the language of the target text.
Optional arguments:¶
it_appliedterminologies TYPE /AWS1/CL_XL8APPLIEDTERMINOLOGY=>TT_APPLIEDTERMINOLOGYLIST TT_APPLIEDTERMINOLOGYLIST¶
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
io_appliedsettings TYPE REF TO /AWS1/CL_XL8XLATIONSETTINGS /AWS1/CL_XL8XLATIONSETTINGS¶
Optional settings that modify the translation output.
Queryable Attributes¶
TranslatedText¶
The translated text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSLATEDTEXT() |
Getter for TRANSLATEDTEXT, with configurable default |
ASK_TRANSLATEDTEXT() |
Getter for TRANSLATEDTEXT w/ exceptions if field has no valu |
HAS_TRANSLATEDTEXT() |
Determine if TRANSLATEDTEXT has a value |
SourceLanguageCode¶
The language code for the language of the source text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCELANGUAGECODE() |
Getter for SOURCELANGUAGECODE, with configurable default |
ASK_SOURCELANGUAGECODE() |
Getter for SOURCELANGUAGECODE w/ exceptions if field has no |
HAS_SOURCELANGUAGECODE() |
Determine if SOURCELANGUAGECODE has a value |
TargetLanguageCode¶
The language code for the language of the target text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETLANGUAGECODE() |
Getter for TARGETLANGUAGECODE, with configurable default |
ASK_TARGETLANGUAGECODE() |
Getter for TARGETLANGUAGECODE w/ exceptions if field has no |
HAS_TARGETLANGUAGECODE() |
Determine if TARGETLANGUAGECODE has a value |
AppliedTerminologies¶
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLIEDTERMINOLOGIES() |
Getter for APPLIEDTERMINOLOGIES, with configurable default |
ASK_APPLIEDTERMINOLOGIES() |
Getter for APPLIEDTERMINOLOGIES w/ exceptions if field has n |
HAS_APPLIEDTERMINOLOGIES() |
Determine if APPLIEDTERMINOLOGIES has a value |
AppliedSettings¶
Optional settings that modify the translation output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLIEDSETTINGS() |
Getter for APPLIEDSETTINGS |