generated/google/cloud/speech/v1/cloud_speech.pbgrpc library
Classes
- LongRunningRecognizeMetadata
-
Describes the progress of a long-running
LongRunningRecognizecall. It is included in themetadatafield of theOperationreturned by theGetOperationcall of thegoogle::longrunning::Operationsservice. - LongRunningRecognizeRequest
-
The top-level message sent by the client for the
LongRunningRecognizemethod. - LongRunningRecognizeResponse
-
The only message returned to the client by the
LongRunningRecognizemethod. It contains the result as zero or more sequentialSpeechRecognitionResultmessages. It is included in theresult.responsefield of theOperationreturned by theGetOperationcall of thegoogle::longrunning::Operationsservice. - RecognitionAudio
-
Contains audio data in the encoding specified in the
RecognitionConfig. Eithercontentorurimust be supplied. Supplying both or neither returnsgoogle.rpc.Code.INVALID_ARGUMENT. See content limits. - RecognitionConfig
- Provides information to the recognizer that specifies how to process the request.
- RecognitionConfig_AudioEncoding
- The encoding of the audio data sent in the request.
- RecognitionMetadata
- Description of audio data to be recognized.
- RecognitionMetadata_InteractionType
- Use case categories that the audio recognition request can be described by.
- RecognitionMetadata_MicrophoneDistance
- Enumerates the types of capture settings describing an audio file.
- RecognitionMetadata_OriginalMediaType
- The original media the speech was recorded on.
- RecognitionMetadata_RecordingDeviceType
- The type of device the speech was recorded with.
- RecognizeRequest
-
The top-level message sent by the client for the
Recognizemethod. - RecognizeResponse
-
The only message returned to the client by the
Recognizemethod. It contains the result as zero or more sequentialSpeechRecognitionResultmessages. - SpeakerDiarizationConfig
- Config to enable speaker diarization.
- SpeechAdaptationInfo
- Information on speech adaptation use in results
- SpeechClient
- 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.
- SpeechServiceBase
- StreamingRecognitionConfig
- Provides information to the recognizer that specifies how to process the request.
- StreamingRecognitionConfig_VoiceActivityTimeout
- Events that a timeout can be set on for voice activity.
- StreamingRecognitionResult
- A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.
- StreamingRecognizeRequest
-
The top-level message sent by the client for the
StreamingRecognizemethod. MultipleStreamingRecognizeRequestmessages are sent. The first message must contain astreaming_configmessage and must not containaudio_content. All subsequent messages must containaudio_contentand must not contain astreaming_configmessage. - StreamingRecognizeResponse
-
StreamingRecognizeResponseis the only message returned to the client byStreamingRecognize. A series of zero or moreStreamingRecognizeResponsemessages are streamed back to the client. If there is no recognizable audio, andsingle_utteranceis set to false, then no messages are streamed back to the client. - StreamingRecognizeResponse_SpeechEventType
- Indicates the type of speech event.
- TranscriptOutputConfig
- Specifies an optional destination for the recognition results.
- WordInfo
- Word-specific information for recognized words.