diff --git a/java/grpc-google-cloud-speech-v1beta1/0.1.18/apidocs/allclasses-frame.html b/java/grpc-google-cloud-speech-v1beta1/0.1.18/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..543937f475 --- /dev/null +++ b/java/grpc-google-cloud-speech-v1beta1/0.1.18/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + +
+ +public static final class SpeechGrpc.SpeechBlockingStub +extends io.grpc.stub.AbstractStub<SpeechGrpc.SpeechBlockingStub>+
+ Service that implements Google Cloud Speech API. +
| Modifier and Type | +Method and Description | +
|---|---|
com.google.longrunning.Operation |
+asyncRecognize(com.google.cloud.speech.v1beta1.AsyncRecognizeRequest request)
+
+ Performs asynchronous speech recognition: receive results via the
+ [google.longrunning.Operations]
+ (/speech/reference/rest/v1beta1/operations#Operation)
+ interface.
+ |
+
protected SpeechGrpc.SpeechBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.cloud.speech.v1beta1.SyncRecognizeResponse |
+syncRecognize(com.google.cloud.speech.v1beta1.SyncRecognizeRequest request)
+
+ Performs synchronous speech recognition: receive results after all audio
+ has been sent and processed.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected SpeechGrpc.SpeechBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<SpeechGrpc.SpeechBlockingStub>public com.google.cloud.speech.v1beta1.SyncRecognizeResponse syncRecognize(com.google.cloud.speech.v1beta1.SyncRecognizeRequest request)+
+ Performs synchronous speech recognition: receive results after all audio + has been sent and processed. +
public com.google.longrunning.Operation asyncRecognize(com.google.cloud.speech.v1beta1.AsyncRecognizeRequest request)+
+ Performs asynchronous speech recognition: receive results via the + [google.longrunning.Operations] + (/speech/reference/rest/v1beta1/operations#Operation) + interface. Returns either an + `Operation.error` or an `Operation.response` which contains + an `AsyncRecognizeResponse` message. +
public static final class SpeechGrpc.SpeechFutureStub +extends io.grpc.stub.AbstractStub<SpeechGrpc.SpeechFutureStub>+
+ Service that implements Google Cloud Speech API. +
| Modifier and Type | +Method and Description | +
|---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
+asyncRecognize(com.google.cloud.speech.v1beta1.AsyncRecognizeRequest request)
+
+ Performs asynchronous speech recognition: receive results via the
+ [google.longrunning.Operations]
+ (/speech/reference/rest/v1beta1/operations#Operation)
+ interface.
+ |
+
protected SpeechGrpc.SpeechFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.cloud.speech.v1beta1.SyncRecognizeResponse> |
+syncRecognize(com.google.cloud.speech.v1beta1.SyncRecognizeRequest request)
+
+ Performs synchronous speech recognition: receive results after all audio
+ has been sent and processed.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected SpeechGrpc.SpeechFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<SpeechGrpc.SpeechFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.speech.v1beta1.SyncRecognizeResponse> syncRecognize(com.google.cloud.speech.v1beta1.SyncRecognizeRequest request)+
+ Performs synchronous speech recognition: receive results after all audio + has been sent and processed. +
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> asyncRecognize(com.google.cloud.speech.v1beta1.AsyncRecognizeRequest request)+
+ Performs asynchronous speech recognition: receive results via the + [google.longrunning.Operations] + (/speech/reference/rest/v1beta1/operations#Operation) + interface. Returns either an + `Operation.error` or an `Operation.response` which contains + an `AsyncRecognizeResponse` message. +
public abstract static class SpeechGrpc.SpeechImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Service that implements Google Cloud Speech API. +
| Constructor and Description | +
|---|
SpeechImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+asyncRecognize(com.google.cloud.speech.v1beta1.AsyncRecognizeRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Performs asynchronous speech recognition: receive results via the
+ [google.longrunning.Operations]
+ (/speech/reference/rest/v1beta1/operations#Operation)
+ interface.
+ |
+
io.grpc.ServerServiceDefinition |
+bindService() |
+
io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.StreamingRecognizeRequest> |
+streamingRecognize(io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.StreamingRecognizeResponse> responseObserver)
+
+ Performs bidirectional streaming speech recognition: receive results while
+ sending audio.
+ |
+
void |
+syncRecognize(com.google.cloud.speech.v1beta1.SyncRecognizeRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.SyncRecognizeResponse> responseObserver)
+
+ Performs synchronous speech recognition: receive results after all audio
+ has been sent and processed.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void syncRecognize(com.google.cloud.speech.v1beta1.SyncRecognizeRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.SyncRecognizeResponse> responseObserver)+
+ Performs synchronous speech recognition: receive results after all audio + has been sent and processed. +
public void asyncRecognize(com.google.cloud.speech.v1beta1.AsyncRecognizeRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Performs asynchronous speech recognition: receive results via the + [google.longrunning.Operations] + (/speech/reference/rest/v1beta1/operations#Operation) + interface. Returns either an + `Operation.error` or an `Operation.response` which contains + an `AsyncRecognizeResponse` message. +
public io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.StreamingRecognizeRequest> streamingRecognize(io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.StreamingRecognizeResponse> responseObserver)+
+ Performs bidirectional streaming speech recognition: 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.BindableServicepublic static final class SpeechGrpc.SpeechStub +extends io.grpc.stub.AbstractStub<SpeechGrpc.SpeechStub>+
+ Service that implements Google Cloud Speech API. +
| Modifier and Type | +Method and Description | +
|---|---|
void |
+asyncRecognize(com.google.cloud.speech.v1beta1.AsyncRecognizeRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Performs asynchronous speech recognition: receive results via the
+ [google.longrunning.Operations]
+ (/speech/reference/rest/v1beta1/operations#Operation)
+ interface.
+ |
+
protected SpeechGrpc.SpeechStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.StreamingRecognizeRequest> |
+streamingRecognize(io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.StreamingRecognizeResponse> responseObserver)
+
+ Performs bidirectional streaming speech recognition: receive results while
+ sending audio.
+ |
+
void |
+syncRecognize(com.google.cloud.speech.v1beta1.SyncRecognizeRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.SyncRecognizeResponse> responseObserver)
+
+ Performs synchronous speech recognition: receive results after all audio
+ has been sent and processed.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected SpeechGrpc.SpeechStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<SpeechGrpc.SpeechStub>public void syncRecognize(com.google.cloud.speech.v1beta1.SyncRecognizeRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.SyncRecognizeResponse> responseObserver)+
+ Performs synchronous speech recognition: receive results after all audio + has been sent and processed. +
public void asyncRecognize(com.google.cloud.speech.v1beta1.AsyncRecognizeRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)+
+ Performs asynchronous speech recognition: receive results via the + [google.longrunning.Operations] + (/speech/reference/rest/v1beta1/operations#Operation) + interface. Returns either an + `Operation.error` or an `Operation.response` which contains + an `AsyncRecognizeResponse` message. +
public io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.StreamingRecognizeRequest> streamingRecognize(io.grpc.stub.StreamObserver<com.google.cloud.speech.v1beta1.StreamingRecognizeResponse> responseObserver)+
+ Performs bidirectional streaming speech recognition: receive results while + sending audio. This method is only available via the gRPC API (not REST). +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/cloud/speech/v1beta1/cloud_speech.proto")
+public final class SpeechGrpc
+extends java.lang.Object
++ Service that implements Google Cloud Speech API. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+SpeechGrpc.SpeechBlockingStub
+
+ Service that implements Google Cloud Speech API.
+ |
+
static class |
+SpeechGrpc.SpeechFutureStub
+
+ Service that implements Google Cloud Speech API.
+ |
+
static class |
+SpeechGrpc.SpeechImplBase
+
+ Service that implements Google Cloud Speech API.
+ |
+
static class |
+SpeechGrpc.SpeechStub
+
+ Service that implements Google Cloud Speech API.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.cloud.speech.v1beta1.AsyncRecognizeRequest,com.google.longrunning.Operation> |
+METHOD_ASYNC_RECOGNIZE |
+
static io.grpc.MethodDescriptor<com.google.cloud.speech.v1beta1.StreamingRecognizeRequest,com.google.cloud.speech.v1beta1.StreamingRecognizeResponse> |
+METHOD_STREAMING_RECOGNIZE |
+
static io.grpc.MethodDescriptor<com.google.cloud.speech.v1beta1.SyncRecognizeRequest,com.google.cloud.speech.v1beta1.SyncRecognizeResponse> |
+METHOD_SYNC_RECOGNIZE |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static SpeechGrpc.SpeechBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static SpeechGrpc.SpeechFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static SpeechGrpc.SpeechStub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.cloud.speech.v1beta1.SyncRecognizeRequest,com.google.cloud.speech.v1beta1.SyncRecognizeResponse> METHOD_SYNC_RECOGNIZE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.cloud.speech.v1beta1.AsyncRecognizeRequest,com.google.longrunning.Operation> METHOD_ASYNC_RECOGNIZE+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.cloud.speech.v1beta1.StreamingRecognizeRequest,com.google.cloud.speech.v1beta1.StreamingRecognizeResponse> METHOD_STREAMING_RECOGNIZE+
public static SpeechGrpc.SpeechStub newStub(io.grpc.Channel channel)+
public static SpeechGrpc.SpeechBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static SpeechGrpc.SpeechFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| SpeechGrpc | +
+
+ Service that implements Google Cloud Speech API.
+ |
+
| SpeechGrpc.SpeechBlockingStub | +
+
+ Service that implements Google Cloud Speech API.
+ |
+
| SpeechGrpc.SpeechFutureStub | +
+
+ Service that implements Google Cloud Speech API.
+ |
+
| SpeechGrpc.SpeechImplBase | +
+
+ Service that implements Google Cloud Speech API.
+ |
+
| SpeechGrpc.SpeechStub | +
+
+ Service that implements Google Cloud Speech API.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.cloud.speech.v1beta1.Speech" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+