All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.speech.v1.SpeechGrpc Maven / Gradle / Ivy

There is a newer version: 4.44.0
Show newest version
/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.google.cloud.speech.v1;

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 *
 *
 * 
 * Service that implements Google Cloud Speech API.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/cloud/speech/v1/cloud_speech.proto") @io.grpc.stub.annotations.GrpcGenerated public final class SpeechGrpc { private SpeechGrpc() {} public static final String SERVICE_NAME = "google.cloud.speech.v1.Speech"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor< com.google.cloud.speech.v1.RecognizeRequest, com.google.cloud.speech.v1.RecognizeResponse> getRecognizeMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "Recognize", requestType = com.google.cloud.speech.v1.RecognizeRequest.class, responseType = com.google.cloud.speech.v1.RecognizeResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.speech.v1.RecognizeRequest, com.google.cloud.speech.v1.RecognizeResponse> getRecognizeMethod() { io.grpc.MethodDescriptor< com.google.cloud.speech.v1.RecognizeRequest, com.google.cloud.speech.v1.RecognizeResponse> getRecognizeMethod; if ((getRecognizeMethod = SpeechGrpc.getRecognizeMethod) == null) { synchronized (SpeechGrpc.class) { if ((getRecognizeMethod = SpeechGrpc.getRecognizeMethod) == null) { SpeechGrpc.getRecognizeMethod = getRecognizeMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Recognize")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.speech.v1.RecognizeRequest.getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.speech.v1.RecognizeResponse.getDefaultInstance())) .setSchemaDescriptor(new SpeechMethodDescriptorSupplier("Recognize")) .build(); } } } return getRecognizeMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.speech.v1.LongRunningRecognizeRequest, com.google.longrunning.Operation> getLongRunningRecognizeMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "LongRunningRecognize", requestType = com.google.cloud.speech.v1.LongRunningRecognizeRequest.class, responseType = com.google.longrunning.Operation.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.speech.v1.LongRunningRecognizeRequest, com.google.longrunning.Operation> getLongRunningRecognizeMethod() { io.grpc.MethodDescriptor< com.google.cloud.speech.v1.LongRunningRecognizeRequest, com.google.longrunning.Operation> getLongRunningRecognizeMethod; if ((getLongRunningRecognizeMethod = SpeechGrpc.getLongRunningRecognizeMethod) == null) { synchronized (SpeechGrpc.class) { if ((getLongRunningRecognizeMethod = SpeechGrpc.getLongRunningRecognizeMethod) == null) { SpeechGrpc.getLongRunningRecognizeMethod = getLongRunningRecognizeMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName(SERVICE_NAME, "LongRunningRecognize")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.speech.v1.LongRunningRecognizeRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.longrunning.Operation.getDefaultInstance())) .setSchemaDescriptor( new SpeechMethodDescriptorSupplier("LongRunningRecognize")) .build(); } } } return getLongRunningRecognizeMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.speech.v1.StreamingRecognizeRequest, com.google.cloud.speech.v1.StreamingRecognizeResponse> getStreamingRecognizeMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "StreamingRecognize", requestType = com.google.cloud.speech.v1.StreamingRecognizeRequest.class, responseType = com.google.cloud.speech.v1.StreamingRecognizeResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) public static io.grpc.MethodDescriptor< com.google.cloud.speech.v1.StreamingRecognizeRequest, com.google.cloud.speech.v1.StreamingRecognizeResponse> getStreamingRecognizeMethod() { io.grpc.MethodDescriptor< com.google.cloud.speech.v1.StreamingRecognizeRequest, com.google.cloud.speech.v1.StreamingRecognizeResponse> getStreamingRecognizeMethod; if ((getStreamingRecognizeMethod = SpeechGrpc.getStreamingRecognizeMethod) == null) { synchronized (SpeechGrpc.class) { if ((getStreamingRecognizeMethod = SpeechGrpc.getStreamingRecognizeMethod) == null) { SpeechGrpc.getStreamingRecognizeMethod = getStreamingRecognizeMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamingRecognize")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.speech.v1.StreamingRecognizeRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.speech.v1.StreamingRecognizeResponse .getDefaultInstance())) .setSchemaDescriptor(new SpeechMethodDescriptorSupplier("StreamingRecognize")) .build(); } } } return getStreamingRecognizeMethod; } /** Creates a new async stub that supports all call types for the service */ public static SpeechStub newStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public SpeechStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SpeechStub(channel, callOptions); } }; return SpeechStub.newStub(factory, channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static SpeechBlockingStub newBlockingStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public SpeechBlockingStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SpeechBlockingStub(channel, callOptions); } }; return SpeechBlockingStub.newStub(factory, channel); } /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static SpeechFutureStub newFutureStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public SpeechFutureStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SpeechFutureStub(channel, callOptions); } }; return SpeechFutureStub.newStub(factory, channel); } /** * * *
   * Service that implements Google Cloud Speech API.
   * 
*/ public abstract static class SpeechImplBase implements io.grpc.BindableService { /** * * *
     * Performs synchronous speech recognition: receive results after all audio
     * has been sent and processed.
     * 
*/ public void recognize( com.google.cloud.speech.v1.RecognizeRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRecognizeMethod(), responseObserver); } /** * * *
     * Performs asynchronous speech recognition: receive results via the
     * google.longrunning.Operations interface. Returns either an
     * `Operation.error` or an `Operation.response` which contains
     * a `LongRunningRecognizeResponse` message.
     * For more information on asynchronous speech recognition, see the
     * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
     * 
*/ public void longRunningRecognize( com.google.cloud.speech.v1.LongRunningRecognizeRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getLongRunningRecognizeMethod(), responseObserver); } /** * * *
     * Performs bidirectional streaming speech recognition: receive results while
     * sending audio. This method is only available via the gRPC API (not REST).
     * 
*/ public io.grpc.stub.StreamObserver streamingRecognize( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall( getStreamingRecognizeMethod(), responseObserver); } @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getRecognizeMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.speech.v1.RecognizeRequest, com.google.cloud.speech.v1.RecognizeResponse>(this, METHODID_RECOGNIZE))) .addMethod( getLongRunningRecognizeMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.speech.v1.LongRunningRecognizeRequest, com.google.longrunning.Operation>(this, METHODID_LONG_RUNNING_RECOGNIZE))) .addMethod( getStreamingRecognizeMethod(), io.grpc.stub.ServerCalls.asyncBidiStreamingCall( new MethodHandlers< com.google.cloud.speech.v1.StreamingRecognizeRequest, com.google.cloud.speech.v1.StreamingRecognizeResponse>( this, METHODID_STREAMING_RECOGNIZE))) .build(); } } /** * * *
   * Service that implements Google Cloud Speech API.
   * 
*/ public static final class SpeechStub extends io.grpc.stub.AbstractAsyncStub { private SpeechStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected SpeechStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SpeechStub(channel, callOptions); } /** * * *
     * Performs synchronous speech recognition: receive results after all audio
     * has been sent and processed.
     * 
*/ public void recognize( com.google.cloud.speech.v1.RecognizeRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getRecognizeMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Performs asynchronous speech recognition: receive results via the
     * google.longrunning.Operations interface. Returns either an
     * `Operation.error` or an `Operation.response` which contains
     * a `LongRunningRecognizeResponse` message.
     * For more information on asynchronous speech recognition, see the
     * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
     * 
*/ public void longRunningRecognize( com.google.cloud.speech.v1.LongRunningRecognizeRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getLongRunningRecognizeMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Performs bidirectional streaming speech recognition: receive results while
     * sending audio. This method is only available via the gRPC API (not REST).
     * 
*/ public io.grpc.stub.StreamObserver streamingRecognize( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( getChannel().newCall(getStreamingRecognizeMethod(), getCallOptions()), responseObserver); } } /** * * *
   * Service that implements Google Cloud Speech API.
   * 
*/ public static final class SpeechBlockingStub extends io.grpc.stub.AbstractBlockingStub { private SpeechBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected SpeechBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SpeechBlockingStub(channel, callOptions); } /** * * *
     * Performs synchronous speech recognition: receive results after all audio
     * has been sent and processed.
     * 
*/ public com.google.cloud.speech.v1.RecognizeResponse recognize( com.google.cloud.speech.v1.RecognizeRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRecognizeMethod(), getCallOptions(), request); } /** * * *
     * Performs asynchronous speech recognition: receive results via the
     * google.longrunning.Operations interface. Returns either an
     * `Operation.error` or an `Operation.response` which contains
     * a `LongRunningRecognizeResponse` message.
     * For more information on asynchronous speech recognition, see the
     * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
     * 
*/ public com.google.longrunning.Operation longRunningRecognize( com.google.cloud.speech.v1.LongRunningRecognizeRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getLongRunningRecognizeMethod(), getCallOptions(), request); } } /** * * *
   * Service that implements Google Cloud Speech API.
   * 
*/ public static final class SpeechFutureStub extends io.grpc.stub.AbstractFutureStub { private SpeechFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected SpeechFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SpeechFutureStub(channel, callOptions); } /** * * *
     * Performs synchronous speech recognition: receive results after all audio
     * has been sent and processed.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.speech.v1.RecognizeResponse> recognize(com.google.cloud.speech.v1.RecognizeRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getRecognizeMethod(), getCallOptions()), request); } /** * * *
     * Performs asynchronous speech recognition: receive results via the
     * google.longrunning.Operations interface. Returns either an
     * `Operation.error` or an `Operation.response` which contains
     * a `LongRunningRecognizeResponse` message.
     * For more information on asynchronous speech recognition, see the
     * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
     * 
*/ public com.google.common.util.concurrent.ListenableFuture longRunningRecognize(com.google.cloud.speech.v1.LongRunningRecognizeRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getLongRunningRecognizeMethod(), getCallOptions()), request); } } private static final int METHODID_RECOGNIZE = 0; private static final int METHODID_LONG_RUNNING_RECOGNIZE = 1; private static final int METHODID_STREAMING_RECOGNIZE = 2; private static final class MethodHandlers implements io.grpc.stub.ServerCalls.UnaryMethod, io.grpc.stub.ServerCalls.ServerStreamingMethod, io.grpc.stub.ServerCalls.ClientStreamingMethod, io.grpc.stub.ServerCalls.BidiStreamingMethod { private final SpeechImplBase serviceImpl; private final int methodId; MethodHandlers(SpeechImplBase serviceImpl, int methodId) { this.serviceImpl = serviceImpl; this.methodId = methodId; } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_RECOGNIZE: serviceImpl.recognize( (com.google.cloud.speech.v1.RecognizeRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LONG_RUNNING_RECOGNIZE: serviceImpl.longRunningRecognize( (com.google.cloud.speech.v1.LongRunningRecognizeRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_STREAMING_RECOGNIZE: return (io.grpc.stub.StreamObserver) serviceImpl.streamingRecognize( (io.grpc.stub.StreamObserver< com.google.cloud.speech.v1.StreamingRecognizeResponse>) responseObserver); default: throw new AssertionError(); } } } private abstract static class SpeechBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { SpeechBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return com.google.cloud.speech.v1.SpeechProto.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("Speech"); } } private static final class SpeechFileDescriptorSupplier extends SpeechBaseDescriptorSupplier { SpeechFileDescriptorSupplier() {} } private static final class SpeechMethodDescriptorSupplier extends SpeechBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final String methodName; SpeechMethodDescriptorSupplier(String methodName) { this.methodName = methodName; } @java.lang.Override public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { return getServiceDescriptor().findMethodByName(methodName); } } private static volatile io.grpc.ServiceDescriptor serviceDescriptor; public static io.grpc.ServiceDescriptor getServiceDescriptor() { io.grpc.ServiceDescriptor result = serviceDescriptor; if (result == null) { synchronized (SpeechGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new SpeechFileDescriptorSupplier()) .addMethod(getRecognizeMethod()) .addMethod(getLongRunningRecognizeMethod()) .addMethod(getStreamingRecognizeMethod()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy