Class: Google::Cloud::Translate::V3::GlossaryTerm
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::GlossaryTerm
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/common.rb
Overview
Represents a single glossary term
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
The language for this glossary term.
-
#text ⇒ ::String
The text for the glossary term.
Instance Attribute Details
#language_code ⇒ ::String
Returns The language for this glossary term.
110 111 112 113 |
# File 'proto_docs/google/cloud/translate/v3/common.rb', line 110 class GlossaryTerm include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns The text for the glossary term.
110 111 112 113 |
# File 'proto_docs/google/cloud/translate/v3/common.rb', line 110 class GlossaryTerm include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |