Class: Google::Cloud::Speech::V2::TranslationConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Translation configuration. Use to translate the given audio into text for the desired language.

Instance Attribute Summary collapse

Instance Attribute Details

#target_language::String

Returns Required. The language code to translate to.

Returns:

  • (::String)

    Required. The language code to translate to.



578
579
580
581
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 578

class TranslationConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end