Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions riva/proto/riva_asr.proto
Original file line number Diff line number Diff line change
Expand Up @@ -448,4 +448,9 @@ message StreamingRecognitionResult {

// Message for pipeline states
optional PipelineStates pipeline_states = 7;

// Processing latency in milliseconds for this response.
// Server-side processing latency in milliseconds: the delay between the audio
// chunk that produced this result arriving and the result being returned.
optional float processing_latency_ms = 8;
}