Class: Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::GlossaryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::AdaptiveMtTranslateRequest::GlossaryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/adaptive_mt.rb
Overview
Configures which glossary is used for a specific target language and defines options for applying that glossary.
Instance Attribute Summary collapse
-
#glossary ⇒ ::String
Required.
-
#ignore_case ⇒ ::Boolean
Optional.
Instance Attribute Details
#glossary ⇒ ::String
206 207 208 209 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 206 class GlossaryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ignore_case ⇒ ::Boolean
206 207 208 209 |
# File 'proto_docs/google/cloud/translate/v3/adaptive_mt.rb', line 206 class GlossaryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |