Module: Aws::Translate::Client::_TranslateDocumentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::TranslateDocumentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #applied_settings ⇒ Types::TranslationSettings
- #applied_terminologies ⇒ ::Array[Types::AppliedTerminology]
- #source_language_code ⇒ ::String
- #target_language_code ⇒ ::String
- #translated_document ⇒ Types::TranslatedDocument
Instance Method Details
#applied_settings ⇒ Types::TranslationSettings
321 |
# File 'sig/client.rbs', line 321
def applied_settings: () -> Types::TranslationSettings
|
#applied_terminologies ⇒ ::Array[Types::AppliedTerminology]
320 |
# File 'sig/client.rbs', line 320
def applied_terminologies: () -> ::Array[Types::AppliedTerminology]
|
#source_language_code ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def source_language_code: () -> ::String
|
#target_language_code ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def target_language_code: () -> ::String
|
#translated_document ⇒ Types::TranslatedDocument
317 |
# File 'sig/client.rbs', line 317
def translated_document: () -> Types::TranslatedDocument
|