Google\Cloud\Speech\V1
Classes
Describes the progress of a long-running
LongRunningRecognize
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
LongRunningRecognize
method.
The only message returned to the client by the
LongRunningRecognize
method.
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.
The top-level message sent by the client for the
Recognize
method.
The only message returned to the client by the
Recognize
method. It
contains the result as zero or more sequential SpeechRecognitionResult
messages.
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 speech event.