Skip to content

2.0.0

Compare
Choose a tag to compare
@Swimburger Swimburger released this 27 Jun 13:49
· 54 commits to main since this release
0addf1e

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