Class: Google::Cloud::Translate::V3::GlossaryEntry::GlossaryTermsPair

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/translate/v3/common.rb

Overview

Represents a single entry for an unidirectional glossary.

Instance Attribute Summary collapse

Instance Attribute Details

#source_term::Google::Cloud::Translate::V3::GlossaryTerm

Returns The source term is the term that will get match in the text,.

Returns:



85
86
87
88
# File 'proto_docs/google/cloud/translate/v3/common.rb', line 85

class GlossaryTermsPair
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_term::Google::Cloud::Translate::V3::GlossaryTerm

Returns The term that will replace the match source term.

Returns:



85
86
87
88
# File 'proto_docs/google/cloud/translate/v3/common.rb', line 85

class GlossaryTermsPair
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end