Reference documentation and code samples for the Cloud Text-to-Speech V1 API class Google::Cloud::TextToSpeech::V1::AdvancedVoiceOptions.
Used for advanced voice options.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#low_latency_journey_synthesis
def low_latency_journey_synthesis() -> ::Boolean
Returns
- (::Boolean) — Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
#low_latency_journey_synthesis=
def low_latency_journey_synthesis=(value) -> ::Boolean
Parameter
- value (::Boolean) — Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
Returns
- (::Boolean) — Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
#relax_safety_filters
def relax_safety_filters() -> ::Boolean
Returns
- (::Boolean) — 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].
#relax_safety_filters=
def relax_safety_filters=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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].
Returns
- (::Boolean) — 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].