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 StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse.Builder. build()StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse.Builder. buildPartial()static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. getDefaultInstance()StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse.Builder. getDefaultInstanceForType()StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. getDefaultInstanceForType()static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseDelimitedFrom(InputStream input)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseFrom(byte[] data)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseFrom(com.google.protobuf.ByteString data)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseFrom(com.google.protobuf.CodedInputStream input)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseFrom(InputStream input)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. parseFrom(ByteBuffer data)static StreamingTranslateSpeechResponseStreamingTranslateSpeechResponse. 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.BuilderStreamingTranslateSpeechResponse.Builder. mergeFrom(StreamingTranslateSpeechResponse other)static StreamingTranslateSpeechResponse.BuilderStreamingTranslateSpeechResponse. 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.
-