Class: Aws::Types::TranslateDocumentResponse
- Inherits:
-
Object
- Object
- Aws::Types::TranslateDocumentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applied_settings ⇒ Types::TranslationSettings
Returns the value of attribute applied_settings.
-
#applied_terminologies ⇒ ::Array[Types::AppliedTerminology]
Returns the value of attribute applied_terminologies.
-
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
-
#target_language_code ⇒ ::String
Returns the value of attribute target_language_code.
-
#translated_document ⇒ Types::TranslatedDocument
Returns the value of attribute translated_document.
Instance Attribute Details
#applied_settings ⇒ Types::TranslationSettings
Returns the value of attribute applied_settings.
423 424 425 |
# File 'sig/types.rbs', line 423 def applied_settings @applied_settings end |
#applied_terminologies ⇒ ::Array[Types::AppliedTerminology]
Returns the value of attribute applied_terminologies.
422 423 424 |
# File 'sig/types.rbs', line 422 def applied_terminologies @applied_terminologies end |
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
420 421 422 |
# File 'sig/types.rbs', line 420 def source_language_code @source_language_code end |
#target_language_code ⇒ ::String
Returns the value of attribute target_language_code.
421 422 423 |
# File 'sig/types.rbs', line 421 def target_language_code @target_language_code end |
#translated_document ⇒ Types::TranslatedDocument
Returns the value of attribute translated_document.
419 420 421 |
# File 'sig/types.rbs', line 419 def translated_document @translated_document end |