Skip to content

Releases: AssemblyAI/assemblyai-java-sdk

1.0.6

21 Feb 19:34
b9907a9
Compare
Choose a tag to compare

What's Changed

Added

  • Add ContentSafetyConfidence to TranscriptOptionalParams
  • Add Anthropic Claude 2.1 model to LeMUR models
  • Add onClose + check callbacks for null in real-time transcriber
  • Add LemurActionItemsParams
  • Add RedactPiiAudioQuality enum
  • Add SpeechModel enum and fields to TranscriptOptionalParams and TranscriptParams
  • Add forceEndUtterance and configureEndUtteranceSilenceThreshold methods to real-time transcriber

Changed

  • Send audio data as binary instead of JSON message
  • Rename AudioEncoding.PCM_S_16_LE to AudioEncoding.PCM_S16LE
  • Rename LemurModel.ASSEMBLYAI_MISTRAL_7_B to LemurModel.ASSEMBLYAI_MISTRAL7B.
  • Change redact_pii_audio_quality from string to RedactPiiAudioQuality enum.

Fixed

  • Return Transcript when transcript status is error

Full Changelog: 1.0.2...1.0.6

1.0.2

14 Dec 19:03
798d0cd
Compare
Choose a tag to compare

What's Changed

  • Add ASSEMBLYAI_MISTRAL_7_B to LemurModel
  • Update sample
  • Increase HTTP request timeout to avoid timeout exceptions in LeMUR

Full Changelog: 1.0.1...1.0.2

1.0.1

14 Dec 06:18
6781f88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

13 Dec 16:14
c0cb357
Compare
Choose a tag to compare

What's Changed

The AssemblyAI Java SDK is now version 1.0.0 and is generally available. Use the SDK to

0.0.5-beta11

12 Dec 14:16
222bdcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.5-beta10...0.0.5-beta11

0.0.5-beta10

11 Dec 22:13
ad8217b
Compare
Choose a tag to compare

What's Changed

  • 🌿 Fern Regeneration -- December 11, 2023 by @fern-api in #36

Full Changelog: 0.0.5-beta9...0.0.5-beta10

0.0.5-beta9

04 Dec 21:30
f5643fd
Compare
Choose a tag to compare

What's Changed

  • feature: introduce submit and transcribe methods by @dsinghvi in #33
  • 🌿 Fern Regeneration -- December 4, 2023 by @fern-api in #35

Full Changelog: 0.0.5-beta8...0.0.5-beta9

0.0.5-beta8

04 Dec 20:02
3e6f55f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.5-beta5...0.0.5-beta8

0.0.5-beta5

16 Nov 20:08
c806736
Compare
Choose a tag to compare

What's Changed

Changed

  • OpenAPI spec update (@Swimburger)
    • Updated descriptions
    • Refactored nested schemas into separate schema components
    • Add input_text to LeMUR

Full Changelog: 0.0.5-beta4...0.0.5-beta5

0.0.5-beta4

13 Nov 05:22
e7496fd
Compare
Choose a tag to compare
  • Fix: Transcriber.transcribe now respects all the transcript parameters