Class AdvancedVoiceOptions
Used for advanced voice options.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1beta1.Data
Assembly: Google.Apis.Texttospeech.v1beta1.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. 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.
Declaration
[JsonProperty("relaxSafetyFilters")]
public virtual bool? RelaxSafetyFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |