Uses of Class
com.google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechRequest
-
Packages that use StreamingTranslateSpeechRequest Package Description com.google.cloud.mediatranslation.v1beta1 A client to Media Translation APIcom.google.cloud.mediatranslation.v1beta1.stub -
-
Uses of StreamingTranslateSpeechRequest in com.google.cloud.mediatranslation.v1beta1
Methods in com.google.cloud.mediatranslation.v1beta1 that return StreamingTranslateSpeechRequest Modifier and Type Method Description StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest.Builder. build()
StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest.Builder. buildPartial()
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. getDefaultInstance()
StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest.Builder. getDefaultInstanceForType()
StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. getDefaultInstanceForType()
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseDelimitedFrom(InputStream input)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(byte[] data)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(com.google.protobuf.ByteString data)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(InputStream input)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(ByteBuffer data)
static StreamingTranslateSpeechRequest
StreamingTranslateSpeechRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.mediatranslation.v1beta1 that return types with arguments of type StreamingTranslateSpeechRequest Modifier and Type Method Description com.google.protobuf.Parser<StreamingTranslateSpeechRequest>
StreamingTranslateSpeechRequest. getParserForType()
static io.grpc.MethodDescriptor<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
SpeechTranslationServiceGrpc. getStreamingTranslateSpeechMethod()
static com.google.protobuf.Parser<StreamingTranslateSpeechRequest>
StreamingTranslateSpeechRequest. parser()
default io.grpc.stub.StreamObserver<StreamingTranslateSpeechRequest>
SpeechTranslationServiceGrpc.AsyncService. streamingTranslateSpeech(io.grpc.stub.StreamObserver<StreamingTranslateSpeechResponse> responseObserver)
Performs bidirectional streaming speech translation: receive results while sending audio.io.grpc.stub.StreamObserver<StreamingTranslateSpeechRequest>
SpeechTranslationServiceGrpc.SpeechTranslationServiceStub. streamingTranslateSpeech(io.grpc.stub.StreamObserver<StreamingTranslateSpeechResponse> responseObserver)
Performs bidirectional streaming speech translation: receive results while sending audio.com.google.api.gax.rpc.BidiStreamingCallable<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
SpeechTranslationServiceClient. streamingTranslateSpeechCallable()
Performs bidirectional streaming speech translation: receive results while sending audio.com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
SpeechTranslationServiceSettings.Builder. streamingTranslateSpeechSettings()
Returns the builder for the settings used for calls to streamingTranslateSpeech.com.google.api.gax.rpc.StreamingCallSettings<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
SpeechTranslationServiceSettings. streamingTranslateSpeechSettings()
Returns the object with the settings used for calls to streamingTranslateSpeech.Methods in com.google.cloud.mediatranslation.v1beta1 with parameters of type StreamingTranslateSpeechRequest Modifier and Type Method Description StreamingTranslateSpeechRequest.Builder
StreamingTranslateSpeechRequest.Builder. mergeFrom(StreamingTranslateSpeechRequest other)
static StreamingTranslateSpeechRequest.Builder
StreamingTranslateSpeechRequest. newBuilder(StreamingTranslateSpeechRequest prototype)
-
Uses of StreamingTranslateSpeechRequest in com.google.cloud.mediatranslation.v1beta1.stub
Methods in com.google.cloud.mediatranslation.v1beta1.stub that return types with arguments of type StreamingTranslateSpeechRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
GrpcSpeechTranslationServiceStub. streamingTranslateSpeechCallable()
com.google.api.gax.rpc.BidiStreamingCallable<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
SpeechTranslationServiceStub. streamingTranslateSpeechCallable()
com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
SpeechTranslationServiceStubSettings.Builder. streamingTranslateSpeechSettings()
Returns the builder for the settings used for calls to streamingTranslateSpeech.com.google.api.gax.rpc.StreamingCallSettings<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
SpeechTranslationServiceStubSettings. streamingTranslateSpeechSettings()
Returns the object with the settings used for calls to streamingTranslateSpeech.
-