Class: Aws::Types::TranslateTextResponse
- Inherits:
-
Object
- Object
- Aws::Types::TranslateTextResponse
- 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_text ⇒ ::String
Returns the value of attribute translated_text.
Instance Attribute Details
#applied_settings ⇒ Types::TranslationSettings
Returns the value of attribute applied_settings.
441 442 443 |
# File 'sig/types.rbs', line 441 def applied_settings @applied_settings end |
#applied_terminologies ⇒ ::Array[Types::AppliedTerminology]
Returns the value of attribute applied_terminologies.
440 441 442 |
# File 'sig/types.rbs', line 440 def applied_terminologies @applied_terminologies end |
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
438 439 440 |
# File 'sig/types.rbs', line 438 def source_language_code @source_language_code end |
#target_language_code ⇒ ::String
Returns the value of attribute target_language_code.
439 440 441 |
# File 'sig/types.rbs', line 439 def target_language_code @target_language_code end |
#translated_text ⇒ ::String
Returns the value of attribute translated_text.
437 438 439 |
# File 'sig/types.rbs', line 437 def translated_text @translated_text end |