Class: Google::Cloud::Translate::V3::GlossaryEntry::GlossaryTermsSet

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 equivalent term set glossary. This is used for equivalent term sets where each term can be replaced by the other terms in the set.

Instance Attribute Summary collapse

Instance Attribute Details

#terms::Array<::Google::Cloud::Translate::V3::GlossaryTerm>

Returns Each term in the set represents a term that can be replaced by the other terms.

Returns:



97
98
99
100
# File 'proto_docs/google/cloud/translate/v3/common.rb', line 97

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