Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::GlossaryEntry::GlossaryTermsSet.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#terms
def terms() -> ::Array<::Google::Cloud::Translate::V3::GlossaryTerm>
Returns
- (::Array<::Google::Cloud::Translate::V3::GlossaryTerm>) — Each term in the set represents a term that can be replaced by the other terms.
#terms=
def terms=(value) -> ::Array<::Google::Cloud::Translate::V3::GlossaryTerm>
Parameter
- value (::Array<::Google::Cloud::Translate::V3::GlossaryTerm>) — Each term in the set represents a term that can be replaced by the other terms.
Returns
- (::Array<::Google::Cloud::Translate::V3::GlossaryTerm>) — Each term in the set represents a term that can be replaced by the other terms.