generated/google/cloud/speech/v1p1beta1/cloud_speech.pbgrpc library

Classes

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.
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.
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 sequential SpeechRecognitionResult 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. Multiple StreamingRecognizeRequest messages are sent. The first message must contain a streaming_config message and must not contain audio_content. All subsequent messages must contain audio_content and must not contain a streaming_config message.
StreamingRecognizeResponse
StreamingRecognizeResponse is the only message returned to the client by StreamingRecognize. A series of zero or more StreamingRecognizeResponse messages are streamed back to the client. If there is no recognizable audio, and single_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.