package nvidia.riva.asr

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service RivaSpeechRecognition

riva_asr.proto:29

The RivaSpeechRecognition service provides two mechanisms for converting speech to text.

message RecognitionConfig

riva_asr.proto:77

Provides information to the recognizer that specifies how to process the request

Used in: RecognizeRequest, StreamingRecognitionConfig

message SpeechRecognitionAlternative

riva_asr.proto:185

Alternative hypotheses (a.k.a. n-best list).

Used in: SpeechRecognitionResult, StreamingRecognitionResult

message SpeechRecognitionResult

riva_asr.proto:167

A speech recognition result corresponding to the latest transcript

Used in: RecognizeResponse

message StreamingRecognitionConfig

riva_asr.proto:146

Provides information to the recognizer that specifies how to process the request

Used in: StreamingRecognizeRequest

message StreamingRecognitionResult

riva_asr.proto:248

A streaming speech recognition result corresponding to a portion of the audio that is currently being processed.

Used in: StreamingRecognizeResponse

message WordInfo

riva_asr.proto:203

Word-specific information for recognized words.

Used in: SpeechRecognitionAlternative