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