Google Cloud Text-to-Speech v1beta1 API - Class TextToSpeechLongAudioSynthesize.TextToSpeechLongAudioSynthesizeBase (2.0.0-beta06)

[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

Inheritance

object > TextToSpeechLongAudioSynthesize.TextToSpeechLongAudioSynthesizeBase

Namespace

Google.Cloud.TextToSpeech.V1Beta1

Assembly

Google.Cloud.TextToSpeech.V1Beta1.dll

Methods

SynthesizeLongAudio(SynthesizeLongAudioRequest, ServerCallContext)

public virtual Task<Operation> SynthesizeLongAudio(SynthesizeLongAudioRequest request, ServerCallContext context)

Synthesizes long form text asynchronously.

Parameters
NameDescription
requestSynthesizeLongAudioRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).