Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

2.3.0

Compare
Choose a tag to compare
@smithakolan smithakolan released this 26 Aug 13:17
· 26 commits to main since this release
a0d20c7

What's Changed

  • Add LanguageConfidenceThreshold to Transcript, TranscriptParams, and TranscriptOptionalParams.

    The confidence threshold for the automatically detected language.
    An error will be returned if the language confidence is below this threshold.

  • Add LanguageConfidence to Transcript

    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 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