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.
-
#relax_safety_filters ⇒ ::Boolean
Optional.
Instance Attribute Details
#low_latency_journey_synthesis ⇒ ::Boolean
Returns Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
80 81 82 83 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 80 class AdvancedVoiceOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relax_safety_filters ⇒ ::Boolean
Returns Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only supported for accounts linked to Invoiced (Offline) Cloud billing accounts. Otherwise, will return result [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT].
80 81 82 83 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 80 class AdvancedVoiceOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |