Class: Aws::Translate::Types::TranslateTextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::TranslateTextResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applied_settings ⇒ Types::TranslationSettings
Optional settings that modify the translation output.
-
#applied_terminologies ⇒ 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.
-
#target_language_code ⇒ String
The language code for the language of the target text.
-
#translated_text ⇒ String
The translated text.
Instance Attribute Details
#applied_settings ⇒ Types::TranslationSettings
Optional settings that modify the translation output.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-translate/types.rb', line 1915 class TranslateTextResponse < Struct.new( :translated_text, :source_language_code, :target_language_code, :applied_terminologies, :applied_settings) SENSITIVE = [] include Aws::Structure end |
#applied_terminologies ⇒ Array<Types::AppliedTerminology>
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-translate/types.rb', line 1915 class TranslateTextResponse < Struct.new( :translated_text, :source_language_code, :target_language_code, :applied_terminologies, :applied_settings) SENSITIVE = [] include Aws::Structure end |
#source_language_code ⇒ String
The language code for the language of the source text.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-translate/types.rb', line 1915 class TranslateTextResponse < Struct.new( :translated_text, :source_language_code, :target_language_code, :applied_terminologies, :applied_settings) SENSITIVE = [] include Aws::Structure end |
#target_language_code ⇒ String
The language code for the language of the target text.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-translate/types.rb', line 1915 class TranslateTextResponse < Struct.new( :translated_text, :source_language_code, :target_language_code, :applied_terminologies, :applied_settings) SENSITIVE = [] include Aws::Structure end |
#translated_text ⇒ String
The translated text.
1915 1916 1917 1918 1919 1920 1921 1922 1923 |
# File 'lib/aws-sdk-translate/types.rb', line 1915 class TranslateTextResponse < Struct.new( :translated_text, :source_language_code, :target_language_code, :applied_terminologies, :applied_settings) SENSITIVE = [] include Aws::Structure end |