Class: Google::Cloud::TextToSpeech::V1beta1::AdvancedVoiceOptions
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1beta1::AdvancedVoiceOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb
Overview
Used for advanced voice options.
Instance Attribute Summary collapse
-
#low_latency_journey_synthesis ⇒ ::Boolean
Only for Journey voices.
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.
74 75 76 77 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 74 class AdvancedVoiceOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |