Package com.google.cloud.speech.v1beta1 (4.32.0)

GitHub RepositoryRPC DocumentationREST Documentation

This package is not the latest GA version!

For this library, we recommend using the package associated with API version v2 for new applications.

Prerelease Implications

This package is a prerelease version! Use with caution. Prerelease versions are considered unstable as they may be shut down. You can read more about Cloud API versioning strategy here. Each Cloud Java client library may contain multiple packages. Each package containing a version number in its name corresponds to a published version of the service. We recommend using the latest stable version for new production applications, which can be identified by the largest numeric version that does not contain a suffix. For example, if a client library has two packages: v1 and v2alpha, then the latest stable version is v1. If you use an unstable release, breaking changes may be introduced when upgrading.

Classes

Class Description
com.google.cloud.speech.v1beta1.AsyncRecognizeMetadata Describes the progress of a long-running AsyncRecognize call. It is included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.
com.google.cloud.speech.v1beta1.AsyncRecognizeMetadata.Builder Describes the progress of a long-running AsyncRecognize call. It is included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.
com.google.cloud.speech.v1beta1.AsyncRecognizeRequest The top-level message sent by the client for the AsyncRecognize method.
com.google.cloud.speech.v1beta1.AsyncRecognizeRequest.Builder The top-level message sent by the client for the AsyncRecognize method.
com.google.cloud.speech.v1beta1.AsyncRecognizeResponse The only message returned to the client by AsyncRecognize. It contains the result as zero or more sequential SpeechRecognitionResult messages. It is included in the result.response field of the Operation returned by the
com.google.cloud.speech.v1beta1.AsyncRecognizeResponse.Builder The only message returned to the client by AsyncRecognize. It contains the result as zero or more sequential SpeechRecognitionResult messages. It is included in the result.response field of the Operation returned by the
com.google.cloud.speech.v1beta1.RecognitionAudio Contains audio data in the encoding specified in the RecognitionConfig. Either content or uri must be supplied. Supplying both or neither returns google.rpc.Code.INVALID_ARGUMENT. See
com.google.cloud.speech.v1beta1.RecognitionAudio.Builder Contains audio data in the encoding specified in the RecognitionConfig. Either content or uri must be supplied. Supplying both or neither returns google.rpc.Code.INVALID_ARGUMENT. See
com.google.cloud.speech.v1beta1.RecognitionConfig Provides information to the recognizer that specifies how to process the request.
com.google.cloud.speech.v1beta1.RecognitionConfig.Builder Provides information to the recognizer that specifies how to process the request.
com.google.cloud.speech.v1beta1.SpeechContext Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
com.google.cloud.speech.v1beta1.SpeechContext.Builder Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
com.google.cloud.speech.v1beta1.SpeechGrpc Service that implements Google Cloud Speech API.
com.google.cloud.speech.v1beta1.SpeechGrpc.SpeechImplBase Service that implements Google Cloud Speech API.
com.google.cloud.speech.v1beta1.SpeechProto
com.google.cloud.speech.v1beta1.SpeechRecognitionAlternative Alternative hypotheses (a.k.a. n-best list).
com.google.cloud.speech.v1beta1.SpeechRecognitionAlternative.Builder Alternative hypotheses (a.k.a. n-best list).
com.google.cloud.speech.v1beta1.SpeechRecognitionResult A speech recognition result corresponding to a portion of the audio.
com.google.cloud.speech.v1beta1.SpeechRecognitionResult.Builder A speech recognition result corresponding to a portion of the audio.
com.google.cloud.speech.v1beta1.StreamingRecognitionConfig Provides information to the recognizer that specifies how to process the request.
com.google.cloud.speech.v1beta1.StreamingRecognitionConfig.Builder Provides information to the recognizer that specifies how to process the request.
com.google.cloud.speech.v1beta1.StreamingRecognitionResult A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.
com.google.cloud.speech.v1beta1.StreamingRecognitionResult.Builder A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.
com.google.cloud.speech.v1beta1.StreamingRecognizeRequest The top-level message sent by the client for the StreamingRecognize method. Multiple StreamingRecognizeRequest messages are sent. The first message must contain a streaming_config message and must not contain audio data.
com.google.cloud.speech.v1beta1.StreamingRecognizeRequest.Builder The top-level message sent by the client for the StreamingRecognize method. Multiple StreamingRecognizeRequest messages are sent. The first message must contain a streaming_config message and must not contain audio data.
com.google.cloud.speech.v1beta1.StreamingRecognizeResponse StreamingRecognizeResponse is the only message returned to the client by StreamingRecognize. A series of one or more StreamingRecognizeResponse messages are streamed back to the client.
com.google.cloud.speech.v1beta1.StreamingRecognizeResponse.Builder StreamingRecognizeResponse is the only message returned to the client by StreamingRecognize. A series of one or more StreamingRecognizeResponse messages are streamed back to the client.
com.google.cloud.speech.v1beta1.SyncRecognizeRequest The top-level message sent by the client for the SyncRecognize method.
com.google.cloud.speech.v1beta1.SyncRecognizeRequest.Builder The top-level message sent by the client for the SyncRecognize method.
com.google.cloud.speech.v1beta1.SyncRecognizeResponse The only message returned to the client by SyncRecognize. method. It contains the result as zero or more sequential SpeechRecognitionResult messages.
com.google.cloud.speech.v1beta1.SyncRecognizeResponse.Builder The only message returned to the client by SyncRecognize. method. It contains the result as zero or more sequential SpeechRecognitionResult messages.

Interfaces

Interface Description
com.google.cloud.speech.v1beta1.AsyncRecognizeMetadataOrBuilder
com.google.cloud.speech.v1beta1.AsyncRecognizeRequestOrBuilder
com.google.cloud.speech.v1beta1.AsyncRecognizeResponseOrBuilder
com.google.cloud.speech.v1beta1.RecognitionAudioOrBuilder
com.google.cloud.speech.v1beta1.RecognitionConfigOrBuilder
com.google.cloud.speech.v1beta1.SpeechContextOrBuilder
com.google.cloud.speech.v1beta1.SpeechRecognitionAlternativeOrBuilder
com.google.cloud.speech.v1beta1.SpeechRecognitionResultOrBuilder
com.google.cloud.speech.v1beta1.StreamingRecognitionConfigOrBuilder
com.google.cloud.speech.v1beta1.StreamingRecognitionResultOrBuilder
com.google.cloud.speech.v1beta1.StreamingRecognizeRequestOrBuilder
com.google.cloud.speech.v1beta1.StreamingRecognizeResponseOrBuilder
com.google.cloud.speech.v1beta1.SyncRecognizeRequestOrBuilder
com.google.cloud.speech.v1beta1.SyncRecognizeResponseOrBuilder

Enums

Enum Description
com.google.cloud.speech.v1beta1.RecognitionAudio.AudioSourceCase
com.google.cloud.speech.v1beta1.RecognitionConfig.AudioEncoding Audio encoding of the data sent in the audio message. All encodings support only 1 channel (mono) audio. Only FLAC includes a header that describes the bytes of audio that follow the header. The other encodings are raw
com.google.cloud.speech.v1beta1.StreamingRecognizeRequest.StreamingRequestCase
com.google.cloud.speech.v1beta1.StreamingRecognizeResponse.EndpointerType Indicates the type of endpointer event.