Google\Cloud\Speech\V1beta1
Classes
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.
The top-level message sent by the client for the
AsyncRecognize method.
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
GetOperation call of the google::longrunning::Operations service.
Contains audio data in the encoding specified in the
RecognitionConfig.
Provides information to the recognizer that specifies how to process the
request.
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
audio bytes with no header.
Provides "hints" to the speech recognizer to favor specific words and phrases
in the results.
Service that implements Google Cloud Speech API.
Alternative hypotheses (a.k.a. n-best list).
A speech recognition result corresponding to a portion of the audio.
Provides information to the recognizer that specifies how to process the
request.
A streaming speech recognition result corresponding to a portion of the audio
that is currently being processed.
The top-level message sent by the client for the
StreamingRecognize method.
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.
Indicates the type of endpointer event.
The top-level message sent by the client for the
SyncRecognize method.
The only message returned to the client by
SyncRecognize. It
contains the result as zero or more sequential SpeechRecognitionResult
messages.