generated/google/cloud/speech/v1p1beta1/cloud_speech.pbgrpc library
Classes
- 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. - RecognitionAudio
-
Contains audio data in the encoding specified in the
RecognitionConfig
. Eithercontent
oruri
must 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
Recognize
method. - RecognizeResponse
-
The only message returned to the client by the
Recognize
method. It contains the result as zero or more sequentialSpeechRecognitionResult
messages. - 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
StreamingRecognize
method. MultipleStreamingRecognizeRequest
messages are sent. The first message must contain astreaming_config
message and must not containaudio_content
. All subsequent messages must containaudio_content
and must not contain astreaming_config
message. - StreamingRecognizeResponse
-
StreamingRecognizeResponse
is the only message returned to the client byStreamingRecognize
. A series of zero or moreStreamingRecognizeResponse
messages are streamed back to the client. If there is no recognizable audio, andsingle_utterance
is 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.