public class TextToSpeechClient : ClientBase<TextToSpeech.TextToSpeechClient>Client for TextToSpeech
Inheritance
Object > ClientBase > ClientBase<TextToSpeech.TextToSpeechClient> > TextToSpeech.TextToSpeechClientNamespace
Google.Cloud.TextToSpeech.V1Beta1Assembly
Google.Cloud.TextToSpeech.V1Beta1.dll
Constructors
TextToSpeechClient()
protected TextToSpeechClient()Protected parameterless constructor to allow creation of test doubles.
TextToSpeechClient(CallInvoker)
public TextToSpeechClient(CallInvoker callInvoker)Creates a new client for TextToSpeech that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description | 
callInvoker | 
        CallInvokerThe callInvoker to use to make remote calls.  | 
      
TextToSpeechClient(ChannelBase)
public TextToSpeechClient(ChannelBase channel)Creates a new client for TextToSpeech
| Parameter | |
|---|---|
| Name | Description | 
channel | 
        ChannelBaseThe channel to use to make remote calls.  | 
      
TextToSpeechClient(ClientBase.ClientBaseConfiguration)
protected TextToSpeechClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description | 
configuration | 
        ClientBase.ClientBaseConfigurationThe client configuration.  | 
      
Methods
ListVoices(ListVoicesRequest, CallOptions)
public virtual ListVoicesResponse ListVoices(ListVoicesRequest request, CallOptions options)Returns a list of Voice supported for synthesis.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListVoicesRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListVoicesResponse | 
        The response received from the server.  | 
      
ListVoices(ListVoicesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListVoicesResponse ListVoices(ListVoicesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Returns a list of Voice supported for synthesis.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListVoicesRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        Nullable<DateTime>An optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ListVoicesResponse | 
        The response received from the server.  | 
      
ListVoicesAsync(ListVoicesRequest, CallOptions)
public virtual AsyncUnaryCall<ListVoicesResponse> ListVoicesAsync(ListVoicesRequest request, CallOptions options)Returns a list of Voice supported for synthesis.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListVoicesRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCall<ListVoicesResponse> | 
        The call object.  | 
      
ListVoicesAsync(ListVoicesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListVoicesResponse> ListVoicesAsync(ListVoicesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Returns a list of Voice supported for synthesis.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListVoicesRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        Nullable<DateTime>An optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCall<ListVoicesResponse> | 
        The call object.  | 
      
NewInstance(ClientBase.ClientBaseConfiguration)
protected override TextToSpeech.TextToSpeechClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description | 
configuration | 
        ClientBase.ClientBaseConfiguration | 
      
| Returns | |
|---|---|
| Type | Description | 
TextToSpeech.TextToSpeechClient | 
        |
SynthesizeSpeech(SynthesizeSpeechRequest, CallOptions)
public virtual SynthesizeSpeechResponse SynthesizeSpeech(SynthesizeSpeechRequest request, CallOptions options)Synthesizes speech synchronously: receive results after all text input has been processed.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        SynthesizeSpeechRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
SynthesizeSpeechResponse | 
        The response received from the server.  | 
      
SynthesizeSpeech(SynthesizeSpeechRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual SynthesizeSpeechResponse SynthesizeSpeech(SynthesizeSpeechRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Synthesizes speech synchronously: receive results after all text input has been processed.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        SynthesizeSpeechRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        Nullable<DateTime>An optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
SynthesizeSpeechResponse | 
        The response received from the server.  | 
      
SynthesizeSpeechAsync(SynthesizeSpeechRequest, CallOptions)
public virtual AsyncUnaryCall<SynthesizeSpeechResponse> SynthesizeSpeechAsync(SynthesizeSpeechRequest request, CallOptions options)Synthesizes speech synchronously: receive results after all text input has been processed.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        SynthesizeSpeechRequestThe request to send to the server.  | 
      
options | 
        CallOptionsThe options for the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCall<SynthesizeSpeechResponse> | 
        The call object.  | 
      
SynthesizeSpeechAsync(SynthesizeSpeechRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<SynthesizeSpeechResponse> SynthesizeSpeechAsync(SynthesizeSpeechRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Synthesizes speech synchronously: receive results after all text input has been processed.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        SynthesizeSpeechRequestThe request to send to the server.  | 
      
headers | 
        MetadataThe initial metadata to send with the call. This parameter is optional.  | 
      
deadline | 
        Nullable<DateTime>An optional deadline for the call. The call will be cancelled if deadline is hit.  | 
      
cancellationToken | 
        CancellationTokenAn optional token for canceling the call.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AsyncUnaryCall<SynthesizeSpeechResponse> | 
        The call object.  |