googleapis.speech.v1 library
Classes
- ListOperationsResponse
- The response message for Operations.ListOperations.
- LongRunningRecognizeMetadata
-
Describes the progress of a long-running
LongRunningRecognize
call. It is included in themetadata
field of theOperation
returned by theGetOperation
call of thegoogle::longrunning::Operations
service. - LongRunningRecognizeRequest
-
The top-level message sent by the client for the
LongRunningRecognize
method. - LongRunningRecognizeResponse
-
The only message returned to the client by the
LongRunningRecognize
method. It contains the result as zero or more sequentialSpeechRecognitionResult
messages. It is included in theresult.response
field of theOperation
returned by theGetOperation
call of thegoogle::longrunning::Operations
service. - Operation
- This resource represents a long-running operation that is the result of a network API call.
- OperationsResourceApi
- ProjectsLocationsOperationsResourceApi
- ProjectsLocationsResourceApi
- ProjectsOperationsManualRecognitionTasksResourceApi
- ProjectsOperationsResourceApi
- ProjectsResourceApi
- RecognitionAudio
-
Contains audio data in the encoding specified in the
RecognitionConfig
. Eithercontent
oruri
must be supplied. Supplying both or neither returns google.rpc.Code.INVALID_ARGUMENT. See content limits. - RecognitionConfig
- Provides information to the recognizer that specifies how to process the request.
- RecognizeRequest
-
The top-level message sent by the client for the
Recognize
method. - RecognizeResponse
-
The only message returned to the client by the
Recognize
method. It contains the result as zero or more sequentialSpeechRecognitionResult
messages. - SpeechApi
- Converts audio to text by applying powerful neural network models.
- SpeechContext
- Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
- SpeechRecognitionAlternative
- Alternative hypotheses (a.k.a. n-best list).
- SpeechRecognitionResult
- A speech recognition result corresponding to a portion of the audio.
- SpeechResourceApi
- Status
-
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. The error model is designed to be: [...] - WordInfo
- Word-specific information for recognized words.
Constants
- USER_AGENT → const String
-
'dart-api-client speech/v1'
Exceptions / Errors
- ApiRequestError
- Represents a general error reported by the API endpoint.
- DetailedApiRequestError
- Represents a specific error reported by the API endpoint.