You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/services/stt/riva.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ description: "Speech-to-text service implementation using NVIDIA Riva"
5
5
6
6
## Overview
7
7
8
-
`RivaSTTService` provides real-time speech-to-text capabilities using NVIDIA's Riva Parakeet model by default. It supports interim results and configurable recognition parameters for enhanced accuracy.
8
+
`RivaSTTService` provides real-time speech-to-text capabilities using NVIDIA's Riva Parakeet model. It supports interim results and configurable recognition parameters for enhanced accuracy. `RivaSegmentedSTTService` provides speech-to-text capabilities via NVIDIA's Riva Canary model.
9
9
10
10
## Installation
11
11
12
-
To use `RivaSTTService`, install the required dependencies:
12
+
To use `RivaSTTService` or `RivaSegmentedSTTService`, install the required dependencies:
0 commit comments