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. 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 |