Class: Aws::Translate::Types::Term

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb

Overview

The term being translated by the custom terminology.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_textString

The source text of the term being translated by the custom terminology.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1325

class Term < Struct.new(
  :source_text,
  :target_text)
  SENSITIVE = []
  include Aws::Structure
end

#target_textString

The target text of the term being translated by the custom terminology.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1325

class Term < Struct.new(
  :source_text,
  :target_text)
  SENSITIVE = []
  include Aws::Structure
end