- 4.53.0 (latest)
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.6.1
- 2.5.9
- 2.4.0
- 2.3.0
- 2.2.15
Package com.google.cloud.speech.v1beta1 (4.35.0)
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
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. |