Class SpeechGrpc.SpeechBlockingStub

  • Enclosing class:
    SpeechGrpc

    public static final class SpeechGrpc.SpeechBlockingStub
    extends io.grpc.stub.AbstractStub<SpeechGrpc.SpeechBlockingStub>
     Service that implements Google Cloud Speech API.
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • asyncRecognize

        public com.google.longrunning.Operation asyncRecognize​(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.