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 will be context aware and have higher latency.
Declaration
[JsonProperty("lowLatencyJourneySynthesis")]
public virtual bool? LowLatencyJourneySynthesis { get; set; }
Property Value
Type | Description |
---|---|
bool? |