Class: Google::Cloud::Translate::V3::TransliterationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::TransliterationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Configures transliteration feature on top of translation.
Instance Attribute Summary collapse
-
#enable_transliteration ⇒ ::Boolean
If true, source text in romanized form can be translated to the target language.
Instance Attribute Details
#enable_transliteration ⇒ ::Boolean
Returns If true, source text in romanized form can be translated to the target language.
29 30 31 32 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 29 class TransliterationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |