Cloud Text-to-Speech V1beta1 API - Class Google::Cloud::TextToSpeech::V1beta1::AdvancedVoiceOptions (v0.27.0)

Reference documentation and code samples for the Cloud Text-to-Speech V1beta1 API class Google::Cloud::TextToSpeech::V1beta1::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].