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>



101
102
103
104
# File 'proto_docs/google/cloud/translate/v3/common.rb', line 101

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