Show / Hide Table of Contents

Class AdvancedVoiceOptions

Used for advanced voice options.

Inheritance
object
AdvancedVoiceOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Texttospeech.v1.Data
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class AdvancedVoiceOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableTextnorm

Optional. If true, textnorm will be applied to text input. This feature is enabled by default. Only applies for Gemini TTS.

Declaration
[JsonProperty("enableTextnorm")]
public virtual bool? EnableTextnorm { get; set; }
Property Value
Type Description
bool?

LowLatencyJourneySynthesis

Only for Journey voices. If false, the synthesis is context aware and has a higher latency.

Declaration
[JsonProperty("lowLatencyJourneySynthesis")]
public virtual bool? LowLatencyJourneySynthesis { get; set; }
Property Value
Type Description
bool?

RelaxSafetyFilters

Optional. Input only. Deprecated, use safety_settings instead. If true, relaxes safety filters for Gemini TTS.

Declaration
[JsonProperty("relaxSafetyFilters")]
public virtual bool? RelaxSafetyFilters { get; set; }
Property Value
Type Description
bool?

SafetySettings

Optional. Input only. This applies to Gemini TTS only. If set, the category specified in the safety setting will be blocked if the harm probability is above the threshold. Otherwise, the safety filter will be disabled by default.

Declaration
[JsonProperty("safetySettings")]
public virtual SafetySettings SafetySettings { get; set; }
Property Value
Type Description
SafetySettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX