Skip to content

Releases: AssemblyAI/assemblyai-java-sdk

2.0.0

27 Jun 13:49
0addf1e
Compare
Choose a tag to compare

What's Changed

Added:

  • Add LemurStringResponse class
  • Add ILemurStringResponse interface
  • Add TranscriptWebhookNotification class which is a union of TranscriptReadyNotification and RedactedAudioResponse

Changes:

  • Breaking: The LemurResponse class is now a union of LemurStringResponse and LemurQuestionAnswerResponse, instead of a union of LemurTaskResponse, LemurSummaryResponse, LemurActionItemsResponse, and LemurQuestionAnswerResponse.
  • Breaking: The client.lemur().getResponse(...) method still returns on object of type LemurResponse, but as noted above, the LemurResponse class has changed.
  • Breaking: The getAudioDuration method returns an int instead of a double for the ParagraphsResponse, SentencesResponse, and Transcript class.
  • Updated API documentation

Full Changelog: 1.2.0...2.0.0

1.2.0

14 Jun 21:49
27de673
Compare
Choose a tag to compare

What's changed

Added

  • Retrieve previous LeMUR responses using client.lemur().getResponse("YOUR_REQUEST_ID")
  • LeMUR task, QA, summary, and action-points return usage information about input and output tokens.

Updated

  • Updated EnityType and PiiPolicy enums

1.1.3

30 May 21:12
47e4a41
Compare
Choose a tag to compare

What's Changed

  • Add 16 new entities

Full Changelog: 1.1.2...1.1.3

1.1.2

23 May 20:08
196eb9c
Compare
Choose a tag to compare

What's Changed

  • Fix Java 8 support
  • Improved code documentation

Full Changelog: 1.1.1...1.1.2

1.1.1

23 Apr 21:26
c032a1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

18 Apr 20:40
b44142a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...1.1.0

1.0.10

02 Apr 21:03
37db09e
Compare
Choose a tag to compare

What's Changed

Added

  • SpeechModel.Best enum
  • TranscriptListItem.error property

Updated

  • Make PageDetails.prev_url nullable
  • Rename Realtime to Streaming inside code documentation
  • More inline code documentation

Fixed

  • Rename SubstitutionPolicy.ENTITY_TYPE to SubstitutionPolicy.ENTITY_NAME

Full Changelog: 1.0.9...1.0.10

1.0.9

18 Mar 20:20
0910c58
Compare
Choose a tag to compare

What's Changed

  • 🌿 Fern Regeneration -- March 18, 2024 by @fern-api in #91

Full Changelog: 1.0.8...1.0.9

1.0.8

12 Mar 17:47
a816472
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.7...1.0.8

1.0.7

09 Mar 03:52
c9e56da
Compare
Choose a tag to compare

Added

  • Added TranscriptReadyNotification class for the transcript webhook.

Full Changelog: 1.0.6...1.0.7