public sealed class StreamingSynthesizeConfig : IMessage<StreamingSynthesizeConfig>, IEquatable<StreamingSynthesizeConfig>, IDeepCloneable<StreamingSynthesizeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class StreamingSynthesizeConfig.
Provides configuration information for the StreamingSynthesize request.
Implements
IMessageStreamingSynthesizeConfig, IEquatableStreamingSynthesizeConfig, IDeepCloneableStreamingSynthesizeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.dll
Constructors
StreamingSynthesizeConfig()
public StreamingSynthesizeConfig()
StreamingSynthesizeConfig(StreamingSynthesizeConfig)
public StreamingSynthesizeConfig(StreamingSynthesizeConfig other)
Parameter | |
---|---|
Name | Description |
other |
StreamingSynthesizeConfig |
Properties
Voice
public VoiceSelectionParams Voice { get; set; }
Required. The desired voice of the synthesized audio.
Property Value | |
---|---|
Type | Description |
VoiceSelectionParams |