Google Cloud Text-to-Speech v1 API - Class StreamingSynthesizeConfig (3.7.0)

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.

Inheritance

object > StreamingSynthesizeConfig

Namespace

Google.Cloud.TextToSpeech.V1

Assembly

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