Google Cloud Text-to-Speech v1beta1 API - Class TextToSpeechLongAudioSynthesizeClientImpl (2.0.0-beta05)

public sealed class TextToSpeechLongAudioSynthesizeClientImpl : TextToSpeechLongAudioSynthesizeClient

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

TextToSpeechLongAudioSynthesize client wrapper implementation, for convenient use.

Inheritance

object > TextToSpeechLongAudioSynthesizeClient > TextToSpeechLongAudioSynthesizeClientImpl

Namespace

Google.Cloud.TextToSpeech.V1Beta1

Assembly

Google.Cloud.TextToSpeech.V1Beta1.dll

Remarks

Service that implements Google Cloud Text-to-Speech API.

Constructors

TextToSpeechLongAudioSynthesizeClientImpl(TextToSpeechLongAudioSynthesizeClient, TextToSpeechLongAudioSynthesizeSettings, ILogger)

public TextToSpeechLongAudioSynthesizeClientImpl(TextToSpeechLongAudioSynthesize.TextToSpeechLongAudioSynthesizeClient grpcClient, TextToSpeechLongAudioSynthesizeSettings settings, ILogger logger)

Constructs a client wrapper for the TextToSpeechLongAudioSynthesize service, with the specified gRPC client and settings.

Parameters
NameDescription
grpcClientTextToSpeechLongAudioSynthesizeTextToSpeechLongAudioSynthesizeClient

The underlying gRPC client.

settingsTextToSpeechLongAudioSynthesizeSettings

The base TextToSpeechLongAudioSynthesizeSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override TextToSpeechLongAudioSynthesize.TextToSpeechLongAudioSynthesizeClient GrpcClient { get; }

The underlying gRPC TextToSpeechLongAudioSynthesize client

Property Value
TypeDescription
TextToSpeechLongAudioSynthesizeTextToSpeechLongAudioSynthesizeClient
Overrides

SynthesizeLongAudioOperationsClient

public override OperationsClient SynthesizeLongAudioOperationsClient { get; }

The long-running operations client for SynthesizeLongAudio.

Property Value
TypeDescription
OperationsClient
Overrides

Methods

SynthesizeLongAudio(SynthesizeLongAudioRequest, CallSettings)

public override Operation<SynthesizeLongAudioResponse, SynthesizeLongAudioMetadata> SynthesizeLongAudio(SynthesizeLongAudioRequest request, CallSettings callSettings = null)

Synthesizes long form text asynchronously.

Parameters
NameDescription
requestSynthesizeLongAudioRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
OperationSynthesizeLongAudioResponseSynthesizeLongAudioMetadata

The RPC response.

Overrides

SynthesizeLongAudioAsync(SynthesizeLongAudioRequest, CallSettings)

public override Task<Operation<SynthesizeLongAudioResponse, SynthesizeLongAudioMetadata>> SynthesizeLongAudioAsync(SynthesizeLongAudioRequest request, CallSettings callSettings = null)

Synthesizes long form text asynchronously.

Parameters
NameDescription
requestSynthesizeLongAudioRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskOperationSynthesizeLongAudioResponseSynthesizeLongAudioMetadata

A Task containing the RPC response.

Overrides