Class: Aws::Types::TranslateTextResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applied_settingsTypes::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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def translated_text
  @translated_text
end