[BindServiceMethod(typeof(TextToSpeechLongAudioSynthesize), "BindService")]
public abstract class TextToSpeechLongAudioSynthesize.TextToSpeechLongAudioSynthesizeBase
Reference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class TextToSpeechLongAudioSynthesize.TextToSpeechLongAudioSynthesizeBase.
Base class for server-side implementations of TextToSpeechLongAudioSynthesize
Namespace
Google.Cloud.TextToSpeech.V1Beta1Assembly
Google.Cloud.TextToSpeech.V1Beta1.dll
Methods
SynthesizeLongAudio(SynthesizeLongAudioRequest, ServerCallContext)
public virtual Task<Operation> SynthesizeLongAudio(SynthesizeLongAudioRequest request, ServerCallContext context)
Synthesizes long form text asynchronously.
Parameters | |
---|---|
Name | Description |
request |
SynthesizeLongAudioRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |