ModelVersion
The model to use to convert speech into text.
- The
micromodel is the fastest. Use this model if you want to prioritize speed over accuracy, or if you need to process live streams without GPU acceleration. - The
smallmodel provides a good balance between accuracy and performance for English speech. - The
largemodel provides a significant increase in accuracy for non-English speech and a modest increase in accuracy for English, at the cost of greater memory requirements and longer processing times.
DEPRECATED: The value medium is deprecated in Media Server 26.3.0 and later. If you choose medium, Media Server uses the large model instead, but this behavior might be removed in a future release.
| Type: | String |
| Default: | |
| Required: | Yes |
| Configuration Section: | TaskName |
| Example: | ModelVersion=small
|
| See Also: |