public sealed class SynthesizeLongAudioRequest : IMessage<SynthesizeLongAudioRequest>, IEquatable<SynthesizeLongAudioRequest>, IDeepCloneable<SynthesizeLongAudioRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Text-to-Speech v1 API class SynthesizeLongAudioRequest.
The top-level message sent by the client for the
SynthesizeLongAudio
method.
Implements
IMessage<SynthesizeLongAudioRequest>, IEquatable<SynthesizeLongAudioRequest>, IDeepCloneable<SynthesizeLongAudioRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.TextToSpeech.V1Assembly
Google.Cloud.TextToSpeech.V1.dll
Constructors
SynthesizeLongAudioRequest()
public SynthesizeLongAudioRequest()
SynthesizeLongAudioRequest(SynthesizeLongAudioRequest)
public SynthesizeLongAudioRequest(SynthesizeLongAudioRequest other)
Parameter | |
---|---|
Name | Description |
other | SynthesizeLongAudioRequest |
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 |
OutputGcsUri
public string OutputGcsUri { get; set; }
Specifies a Cloud Storage URI for the synthesis results. Must be
specified in the format: gs://bucket_name/object_name
, and the bucket
must already exist.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
The resource states of the request in the form of
projects/*/locations/*/voices/*
.
Property Value | |
---|---|
Type | Description |
String |
Voice
public VoiceSelectionParams Voice { get; set; }
The desired voice of the synthesized audio.
Property Value | |
---|---|
Type | Description |
VoiceSelectionParams |