public sealed class AdvancedVoiceOptions : IMessage<AdvancedVoiceOptions>, IEquatable<AdvancedVoiceOptions>, IDeepCloneable<AdvancedVoiceOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class AdvancedVoiceOptions.
Used for advanced voice options.
Implements
IMessageAdvancedVoiceOptions, IEquatableAdvancedVoiceOptions, IDeepCloneableAdvancedVoiceOptions, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.dll
Constructors
AdvancedVoiceOptions()
public AdvancedVoiceOptions()
AdvancedVoiceOptions(AdvancedVoiceOptions)
public AdvancedVoiceOptions(AdvancedVoiceOptions other)
Parameter | |
---|---|
Name | Description |
other |
AdvancedVoiceOptions |
Properties
HasLowLatencyJourneySynthesis
public bool HasLowLatencyJourneySynthesis { get; }
Gets whether the "low_latency_journey_synthesis" field is set
Property Value | |
---|---|
Type | Description |
bool |
LowLatencyJourneySynthesis
public bool LowLatencyJourneySynthesis { get; set; }
Only for Journey voices. If false, the synthesis will be context aware and have higher latency.
Property Value | |
---|---|
Type | Description |
bool |