Class: Aws::Translate::Types::Term
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::Term
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
The term being translated by the custom terminology.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_text ⇒ String
The source text of the term being translated by the custom terminology.
-
#target_text ⇒ String
The target text of the term being translated by the custom terminology.
Instance Attribute Details
#source_text ⇒ String
The source text of the term being translated by the custom terminology.
1325 1326 1327 1328 1329 1330 |
# File 'lib/aws-sdk-translate/types.rb', line 1325 class Term < Struct.new( :source_text, :target_text) SENSITIVE = [] include Aws::Structure end |
#target_text ⇒ String
The target text of the term being translated by the custom terminology.
1325 1326 1327 1328 1329 1330 |
# File 'lib/aws-sdk-translate/types.rb', line 1325 class Term < Struct.new( :source_text, :target_text) SENSITIVE = [] include Aws::Structure end |