1.1.0
What's Changed
- Add
language_confidence_threshold
toTranscript
,TranscriptParams
, andTranscriptOptionalParams
.The confidence threshold for the automatically detected language.
An error will be returned if the language confidence is below this threshold. - Add
language_confidence
toTranscript
The 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 language_detection
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: 1.0.2...1.1.0