Class SynthesizeSpeechRequest (2.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class SynthesizeSpeechRequest : IMessage<SynthesizeSpeechRequest>, IEquatable<SynthesizeSpeechRequest>, IDeepCloneable<SynthesizeSpeechRequest>, IBufferMessage, IMessageThe top-level message sent by the client for the SynthesizeSpeech method.
Implements
IMessage<SynthesizeSpeechRequest>, IEquatable<SynthesizeSpeechRequest>, IDeepCloneable<SynthesizeSpeechRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.dll
Constructors
SynthesizeSpeechRequest()
public SynthesizeSpeechRequest()SynthesizeSpeechRequest(SynthesizeSpeechRequest)
public SynthesizeSpeechRequest(SynthesizeSpeechRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SynthesizeSpeechRequest |
Properties
AudioConfig
public AudioConfig AudioConfig { get; set; }Required. The configuration of the synthesized audio.
| Property Value | |
|---|---|
| Type | Description |
AudioConfig |
|
Input
public SynthesisInput Input { get; set; }Required. The Synthesizer requires either plain text or SSML as input.
| Property Value | |
|---|---|
| Type | Description |
SynthesisInput |
|
Voice
public VoiceSelectionParams Voice { get; set; }Required. The desired voice of the synthesized audio.
| Property Value | |
|---|---|
| Type | Description |
VoiceSelectionParams |
|