You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Translate::Types::TranslateTextResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#applied_terminologies ⇒ Array<Types::AppliedTerminology>

The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

Returns:

  • (Array<Types::AppliedTerminology>) —

    The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

#source_language_code ⇒ String

The language code for the language of the source text.

Returns:

  • (String) —

    The language code for the language of the source text.

#target_language_code ⇒ String

The language code for the language of the target text.

Returns:

  • (String) —

    The language code for the language of the target text.

#translated_text ⇒ String

The translated text.

Returns:

  • (String) —

    The translated text.