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_terminologiesArray<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_codeString

The language code for the language of the source text.

Returns:

  • (String)

    The language code for the language of the source text.

#target_language_codeString

The language code for the language of the target text.

Returns:

  • (String)

    The language code for the language of the target text.

#translated_textString

The translated text.

Returns:

  • (String)

    The translated text.