Skip to content

1.1.0

Compare
Choose a tag to compare
@Swimburger Swimburger released this 26 Aug 13:18
· 47 commits to main since this release
ce1a02b

What's Changed

  • Add more overloads to upload files, submit, and transcribe by @Swimburger in #45
  • Make Microphone stream sample Windows compatible, add readmes by @Swimburger in #44
  • 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: 1.0.1...1.1.0