Class: Aws::Types::TranslateTextRequest
- Inherits:
-
Object
- Object
- Aws::Types::TranslateTextRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#settings ⇒ Types::TranslationSettings
Returns the value of attribute settings.
-
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
-
#target_language_code ⇒ ::String
Returns the value of attribute target_language_code.
-
#terminology_names ⇒ ::Array[::String]
Returns the value of attribute terminology_names.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#settings ⇒ Types::TranslationSettings
Returns the value of attribute settings.
432 433 434 |
# File 'sig/types.rbs', line 432 def settings @settings end |
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
430 431 432 |
# File 'sig/types.rbs', line 430 def source_language_code @source_language_code end |
#target_language_code ⇒ ::String
Returns the value of attribute target_language_code.
431 432 433 |
# File 'sig/types.rbs', line 431 def target_language_code @target_language_code end |
#terminology_names ⇒ ::Array[::String]
Returns the value of attribute terminology_names.
429 430 431 |
# File 'sig/types.rbs', line 429 def terminology_names @terminology_names end |
#text ⇒ ::String
Returns the value of attribute text.
428 429 430 |
# File 'sig/types.rbs', line 428 def text @text end |