Class: Google::Cloud::TextToSpeech::V1::AdvancedVoiceOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb

Overview

Used for advanced voice options.

Instance Attribute Summary collapse

Instance Attribute Details

#low_latency_journey_synthesis::Boolean

Returns Only for Journey voices. If false, the synthesis will be context aware and have higher latency.

Returns:

  • (::Boolean)

    Only for Journey voices. If false, the synthesis will be context aware and have higher latency.



74
75
76
77
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 74

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