public abstract static class SpeechTranslationServiceGrpc.SpeechTranslationServiceImplBase extends Object implements io.grpc.BindableService
Provides translation from/to media types.
| Constructor and Description |
|---|
SpeechTranslationServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<StreamingTranslateSpeechRequest> |
streamingTranslateSpeech(io.grpc.stub.StreamObserver<StreamingTranslateSpeechResponse> responseObserver)
Performs bidirectional streaming speech translation: receive results while
sending audio.
|
public io.grpc.stub.StreamObserver<StreamingTranslateSpeechRequest> streamingTranslateSpeech(io.grpc.stub.StreamObserver<StreamingTranslateSpeechResponse> responseObserver)
Performs bidirectional streaming speech translation: receive results while sending audio. This method is only available via the gRPC API (not REST).
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2022 Google LLC. All rights reserved.