Class AdvancedVoiceOptions
Used for advanced voice options.
Implements
Inherited Members
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 |
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? |