Namespace Google.Apis.Speech.v1p1beta1.Data
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.
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.
SpeakerDiarizationConfig
Optional Config to enable speaker diarization.
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.
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.
You can find out more about this error model and how to work with it in the API Design Guide.
WordInfo
Word-specific information for recognized words.