public class SpeechTranslationServiceClient : ClientBase<SpeechTranslationService.SpeechTranslationServiceClient>Client for SpeechTranslationService
Inheritance
Object > ClientBase > ClientBase<SpeechTranslationService.SpeechTranslationServiceClient> > SpeechTranslationService.SpeechTranslationServiceClientNamespace
Google.Cloud.MediaTranslation.V1Beta1Assembly
Google.Cloud.MediaTranslation.V1Beta1.dll
Constructors
SpeechTranslationServiceClient()
protected SpeechTranslationServiceClient()Protected parameterless constructor to allow creation of test doubles.
SpeechTranslationServiceClient(CallInvoker)
public SpeechTranslationServiceClient(CallInvoker callInvoker)Creates a new client for SpeechTranslationService that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
SpeechTranslationServiceClient(ChannelBase)
public SpeechTranslationServiceClient(ChannelBase channel)Creates a new client for SpeechTranslationService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
SpeechTranslationServiceClient(ClientBase.ClientBaseConfiguration)
protected SpeechTranslationServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfigurationThe client configuration. |
Methods
NewInstance(ClientBase.ClientBaseConfiguration)
protected override SpeechTranslationService.SpeechTranslationServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBase.ClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
SpeechTranslationService.SpeechTranslationServiceClient |
|
StreamingTranslateSpeech(CallOptions)
public virtual AsyncDuplexStreamingCall<StreamingTranslateSpeechRequest, StreamingTranslateSpeechResponse> StreamingTranslateSpeech(CallOptions options)Performs bidirectional streaming speech translation: receive results while sending audio. This method is only available via the gRPC API (not REST).
| Parameter | |
|---|---|
| Name | Description |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncDuplexStreamingCall<StreamingTranslateSpeechRequest, StreamingTranslateSpeechResponse> |
The call object. |
StreamingTranslateSpeech(Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncDuplexStreamingCall<StreamingTranslateSpeechRequest, StreamingTranslateSpeechResponse> StreamingTranslateSpeech(Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))Performs bidirectional streaming speech translation: receive results while sending audio. This method is only available via the gRPC API (not REST).
| Parameters | |
|---|---|
| Name | Description |
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 |
AsyncDuplexStreamingCall<StreamingTranslateSpeechRequest, StreamingTranslateSpeechResponse> |
The call object. |