Class: Aws::Types::TranslateDocumentResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#applied_settingsTypes::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_documentTypes::TranslatedDocument

Returns the value of attribute translated_document.



419
420
421
# File 'sig/types.rbs', line 419

def translated_document
  @translated_document
end