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 the metadata
field of the Operation
returned by the
GetOperation
call of the google::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 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.
-
Operation
-
This resource represents a long-running operation that is the result of a
network API call.
-
OperationsResourceApi
-
-
ProjectsLocationsOperationsResourceApi
-
-
ProjectsLocationsResourceApi
-
-
ProjectsResourceApi
-
-
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
content limits.
-
RecognitionConfig
-
Provides information to the recognizer that specifies how to process the
request.
-
RecognitionMetadata
-
Description of audio data to be recognized.
-
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 sequential SpeechRecognitionResult
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. Each Status
message contains
three pieces of data: error code, error message, and error details. [...]
-
WordInfo
-
Word-specific information for recognized words.
Constants
-
USER_AGENT
→ const String
-
'dart-api-client speech/v1'