Class: Google::Cloud::Translate::V3::GlossaryEntry::GlossaryTermsPair
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::GlossaryEntry::GlossaryTermsPair
- 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
-
#source_term ⇒ ::Google::Cloud::Translate::V3::GlossaryTerm
The source term is the term that will get match in the text,.
-
#target_term ⇒ ::Google::Cloud::Translate::V3::GlossaryTerm
The term that will replace the match source term.
Instance Attribute Details
#source_term ⇒ ::Google::Cloud::Translate::V3::GlossaryTerm
Returns The source term is the term that will get match in the text,.
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.
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 |