Uses of Class
com.google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechResponse
-
Packages that use StreamingTranslateSpeechResponse Package Description com.google.cloud.mediatranslation.v1beta1 A client to Media Translation APIcom.google.cloud.mediatranslation.v1beta1.stub -
-
Uses of StreamingTranslateSpeechResponse in com.google.cloud.mediatranslation.v1beta1
Methods in com.google.cloud.mediatranslation.v1beta1 that return StreamingTranslateSpeechResponse Modifier and Type Method Description StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse.Builder. build()
StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse.Builder. buildPartial()
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. getDefaultInstance()
StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse.Builder. getDefaultInstanceForType()
StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. getDefaultInstanceForType()
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseDelimitedFrom(InputStream input)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(byte[] data)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(com.google.protobuf.ByteString data)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(InputStream input)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(ByteBuffer data)
static StreamingTranslateSpeechResponse
StreamingTranslateSpeechResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.mediatranslation.v1beta1 that return types with arguments of type StreamingTranslateSpeechResponse Modifier and Type Method Description com.google.protobuf.Parser<StreamingTranslateSpeechResponse>
StreamingTranslateSpeechResponse. getParserForType()
static io.grpc.MethodDescriptor<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
SpeechTranslationServiceGrpc. getStreamingTranslateSpeechMethod()
static com.google.protobuf.Parser<StreamingTranslateSpeechResponse>
StreamingTranslateSpeechResponse. parser()
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 StreamingTranslateSpeechResponse Modifier and Type Method Description StreamingTranslateSpeechResponse.Builder
StreamingTranslateSpeechResponse.Builder. mergeFrom(StreamingTranslateSpeechResponse other)
static StreamingTranslateSpeechResponse.Builder
StreamingTranslateSpeechResponse. newBuilder(StreamingTranslateSpeechResponse prototype)
Method parameters in com.google.cloud.mediatranslation.v1beta1 with type arguments of type StreamingTranslateSpeechResponse Modifier and Type Method Description 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. -
Uses of StreamingTranslateSpeechResponse in com.google.cloud.mediatranslation.v1beta1.stub
Methods in com.google.cloud.mediatranslation.v1beta1.stub that return types with arguments of type StreamingTranslateSpeechResponse 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.
-