This repository was archived by the owner on Apr 1, 2025. It is now read-only.
2.3.0
What's Changed
- Add
LanguageConfidenceThresholdtoTranscript,TranscriptParams, andTranscriptOptionalParams.The confidence threshold for the automatically detected language.
An error will be returned if the language confidence is below this threshold. - Add
LanguageConfidencetoTranscriptThe confidence score for the detected language, between 0.0 (low confidence) and 1.0 (high confidence)
Using these new fields you can determine the confidence of the language detection model (enable by setting LanguageDetection to true), and fail the transcript if it doesn't meet your desired threshold.
Learn more about the new automatic language detection model and feature improvements on our blog.
Full Changelog: 2.2.0...2.3.0