google_api_speech v0.21.0 API Reference
Modules
API client metadata for GoogleApi.Speech.V1.
API calls for all endpoints tagged Operations
.
API calls for all endpoints tagged Projects
.
API calls for all endpoints tagged Speech
.
Handle Tesla connections for GoogleApi.Speech.V1.
The response message for Operations.ListOperations.
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.
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.
This resource represents a long-running operation that is the result of a network API call.
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
content limits.
Provides information to the recognizer that specifies how to process the request.
Description of audio data to be recognized.
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.
Config to enable speaker diarization.
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
Alternative hypotheses (a.k.a. n-best list).
A speech recognition result corresponding to a portion of the audio.
The Status
type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs. It is
used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details.
Word-specific information for recognized words.