Class SpeechTranslationService.SpeechTranslationServiceClient (1.0.0-beta03)

public class SpeechTranslationServiceClient : ClientBase<SpeechTranslationService.SpeechTranslationServiceClient>

Client for SpeechTranslationService

Inheritance

Object > ClientBase > ClientBase<SpeechTranslationService.SpeechTranslationServiceClient> > SpeechTranslationService.SpeechTranslationServiceClient

Namespace

Google.Cloud.MediaTranslation.V1Beta1

Assembly

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 CallInvoker

The callInvoker to use to make remote calls.

SpeechTranslationServiceClient(ChannelBase)

public SpeechTranslationServiceClient(ChannelBase channel)

Creates a new client for SpeechTranslationService

Parameter
Name Description
channel ChannelBase

The 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.ClientBaseConfiguration

The 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
Overrides
Grpc.Core.ClientBase<Google.Cloud.MediaTranslation.V1Beta1.SpeechTranslationService.SpeechTranslationServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

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 CallOptions

The 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 Metadata

The 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 CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncDuplexStreamingCall<StreamingTranslateSpeechRequest, StreamingTranslateSpeechResponse>

The call object.