Class: Google::Cloud::Translate::V3::TransliterationConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_transliteration::Boolean

Returns If true, source text in romanized form can be translated to the target language.

Returns:

  • (::Boolean)

    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