Media Translation v1beta1 API - Class SpeechTranslationService.SpeechTranslationServiceClient (2.0.0-beta03)

public class SpeechTranslationService.SpeechTranslationServiceClient : ClientBase<SpeechTranslationService.SpeechTranslationServiceClient>

Reference documentation and code samples for the Media Translation v1beta1 API class SpeechTranslationService.SpeechTranslationServiceClient.

Client for SpeechTranslationService

Inheritance

object > ClientBase > ClientBaseSpeechTranslationServiceSpeechTranslationServiceClient > 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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

SpeechTranslationServiceClient(ChannelBase)

public SpeechTranslationServiceClient(ChannelBase channel)

Creates a new client for SpeechTranslationService

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

SpeechTranslationServiceClient(ClientBaseConfiguration)

protected SpeechTranslationServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

NewInstance(ClientBaseConfiguration)

protected override SpeechTranslationService.SpeechTranslationServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
SpeechTranslationServiceSpeechTranslationServiceClient
Overrides

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
NameDescription
optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncDuplexStreamingCallStreamingTranslateSpeechRequestStreamingTranslateSpeechResponse

The call object.

StreamingTranslateSpeech(Metadata, DateTime?, CancellationToken)

public virtual AsyncDuplexStreamingCall<StreamingTranslateSpeechRequest, StreamingTranslateSpeechResponse> StreamingTranslateSpeech(Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Performs bidirectional streaming speech translation: receive results while sending audio. This method is only available via the gRPC API (not REST).

Parameters
NameDescription
headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncDuplexStreamingCallStreamingTranslateSpeechRequestStreamingTranslateSpeechResponse

The call object.