Google Cloud Text-to-Speech v1beta1 API - Class SynthesizeSpeechRequest (2.0.0-beta06)

public sealed class SynthesizeSpeechRequest : IMessage<SynthesizeSpeechRequest>, IEquatable<SynthesizeSpeechRequest>, IDeepCloneable<SynthesizeSpeechRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class SynthesizeSpeechRequest.

The top-level message sent by the client for the SynthesizeSpeech method.

Inheritance

object > SynthesizeSpeechRequest

Namespace

Google.Cloud.TextToSpeech.V1Beta1

Assembly

Google.Cloud.TextToSpeech.V1Beta1.dll

Constructors

SynthesizeSpeechRequest()

public SynthesizeSpeechRequest()

SynthesizeSpeechRequest(SynthesizeSpeechRequest)

public SynthesizeSpeechRequest(SynthesizeSpeechRequest other)
Parameter
NameDescription
otherSynthesizeSpeechRequest

Properties

AudioConfig

public AudioConfig AudioConfig { get; set; }

Required. The configuration of the synthesized audio.

Property Value
TypeDescription
AudioConfig

EnableTimePointing

public RepeatedField<SynthesizeSpeechRequest.Types.TimepointType> EnableTimePointing { get; }

Whether and what timepoints are returned in the response.

Property Value
TypeDescription
RepeatedFieldSynthesizeSpeechRequestTypesTimepointType

Input

public SynthesisInput Input { get; set; }

Required. The Synthesizer requires either plain text or SSML as input.

Property Value
TypeDescription
SynthesisInput

Voice

public VoiceSelectionParams Voice { get; set; }

Required. The desired voice of the synthesized audio.

Property Value
TypeDescription
VoiceSelectionParams