public sealed class TextToSpeechLongAudioSynthesizeClientImpl : TextToSpeechLongAudioSynthesizeClientReference 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 > TextToSpeechLongAudioSynthesizeClientImplNamespace
Google.Cloud.TextToSpeech.V1Beta1Assembly
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 | |
|---|---|
| Name | Description |
grpcClient |
TextToSpeechLongAudioSynthesizeTextToSpeechLongAudioSynthesizeClientThe underlying gRPC client. |
settings |
TextToSpeechLongAudioSynthesizeSettingsThe base TextToSpeechLongAudioSynthesizeSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override TextToSpeechLongAudioSynthesize.TextToSpeechLongAudioSynthesizeClient GrpcClient { get; }The underlying gRPC TextToSpeechLongAudioSynthesize client
| Property Value | |
|---|---|
| Type | Description |
TextToSpeechLongAudioSynthesizeTextToSpeechLongAudioSynthesizeClient |
|
SynthesizeLongAudioOperationsClient
public override OperationsClient SynthesizeLongAudioOperationsClient { get; }The long-running operations client for SynthesizeLongAudio.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
SynthesizeLongAudio(SynthesizeLongAudioRequest, CallSettings)
public override Operation<SynthesizeLongAudioResponse, SynthesizeLongAudioMetadata> SynthesizeLongAudio(SynthesizeLongAudioRequest request, CallSettings callSettings = null)Synthesizes long form text asynchronously.
| Parameters | |
|---|---|
| Name | Description |
request |
SynthesizeLongAudioRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationSynthesizeLongAudioResponseSynthesizeLongAudioMetadata |
The RPC response. |
SynthesizeLongAudioAsync(SynthesizeLongAudioRequest, CallSettings)
public override Task<Operation<SynthesizeLongAudioResponse, SynthesizeLongAudioMetadata>> SynthesizeLongAudioAsync(SynthesizeLongAudioRequest request, CallSettings callSettings = null)Synthesizes long form text asynchronously.
| Parameters | |
|---|---|
| Name | Description |
request |
SynthesizeLongAudioRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationSynthesizeLongAudioResponseSynthesizeLongAudioMetadata |
A Task containing the RPC response. |