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. |