public sealed class TextToSpeechClientImpl : TextToSpeechClientReference documentation and code samples for the Google Cloud Text-to-Speech v1beta1 API class TextToSpeechClientImpl.
TextToSpeech client wrapper implementation, for convenient use.
Namespace
Google.Cloud.TextToSpeech.V1Beta1Assembly
Google.Cloud.TextToSpeech.V1Beta1.dll
Remarks
Service that implements Google Cloud Text-to-Speech API.
Constructors
TextToSpeechClientImpl(TextToSpeechClient, TextToSpeechSettings, ILogger)
public TextToSpeechClientImpl(TextToSpeech.TextToSpeechClient grpcClient, TextToSpeechSettings settings, ILogger logger)Constructs a client wrapper for the TextToSpeech service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
TextToSpeechTextToSpeechClientThe underlying gRPC client. |
settings |
TextToSpeechSettingsThe base TextToSpeechSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override TextToSpeech.TextToSpeechClient GrpcClient { get; }The underlying gRPC TextToSpeech client
| Property Value | |
|---|---|
| Type | Description |
TextToSpeechTextToSpeechClient |
|
Methods
ListVoices(ListVoicesRequest, CallSettings)
public override ListVoicesResponse ListVoices(ListVoicesRequest request, CallSettings callSettings = null)Returns a list of Voice supported for synthesis.
| Parameters | |
|---|---|
| Name | Description |
request |
ListVoicesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
ListVoicesResponse |
The RPC response. |
ListVoicesAsync(ListVoicesRequest, CallSettings)
public override Task<ListVoicesResponse> ListVoicesAsync(ListVoicesRequest request, CallSettings callSettings = null)Returns a list of Voice supported for synthesis.
| Parameters | |
|---|---|
| Name | Description |
request |
ListVoicesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskListVoicesResponse |
A Task containing the RPC response. |
StreamingSynthesize(CallSettings, BidirectionalStreamingSettings)
public override TextToSpeechClient.StreamingSynthesizeStream StreamingSynthesize(CallSettings callSettings = null, BidirectionalStreamingSettings streamingSettings = null)Performs bidirectional streaming speech synthesis: receives audio while sending text.
| Parameters | |
|---|---|
| Name | Description |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
streamingSettings |
BidirectionalStreamingSettingsIf not null, applies streaming overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TextToSpeechClientStreamingSynthesizeStream |
The client-server stream. |
SynthesizeSpeech(SynthesizeSpeechRequest, CallSettings)
public override SynthesizeSpeechResponse SynthesizeSpeech(SynthesizeSpeechRequest request, CallSettings callSettings = null)Synthesizes speech synchronously: receive results after all text input has been processed.
| Parameters | |
|---|---|
| Name | Description |
request |
SynthesizeSpeechRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SynthesizeSpeechResponse |
The RPC response. |
SynthesizeSpeechAsync(SynthesizeSpeechRequest, CallSettings)
public override Task<SynthesizeSpeechResponse> SynthesizeSpeechAsync(SynthesizeSpeechRequest request, CallSettings callSettings = null)Synthesizes speech synchronously: receive results after all text input has been processed.
| Parameters | |
|---|---|
| Name | Description |
request |
SynthesizeSpeechRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskSynthesizeSpeechResponse |
A Task containing the RPC response. |