Class: Google::Cloud::Translate::V3::GlossaryEntry::GlossaryTermsSet
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::GlossaryEntry::GlossaryTermsSet
- 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
-
#terms ⇒ ::Array<::Google::Cloud::Translate::V3::GlossaryTerm>
Each term in the set represents a term that can be replaced by the other terms.
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.
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 |