Releases: AssemblyAI/assemblyai-java-sdk
Releases · AssemblyAI/assemblyai-java-sdk
2.0.0
What's Changed
Added:
- Add
LemurStringResponse
class - Add
ILemurStringResponse
interface - Add
TranscriptWebhookNotification
class which is a union ofTranscriptReadyNotification
andRedactedAudioResponse
Changes:
- Breaking: The
LemurResponse
class is now a union ofLemurStringResponse
andLemurQuestionAnswerResponse
, instead of a union ofLemurTaskResponse
,LemurSummaryResponse
,LemurActionItemsResponse
, andLemurQuestionAnswerResponse
. - Breaking: The
client.lemur().getResponse(...)
method still returns on object of typeLemurResponse
, but as noted above, theLemurResponse
class has changed. - Breaking: The
getAudioDuration
method returns anint
instead of adouble
for theParagraphsResponse
,SentencesResponse
, andTranscript
class. - Updated API documentation
Full Changelog: 1.2.0...2.0.0
1.2.0
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
andPiiPolicy
enums
1.1.3
1.1.2
1.1.1
1.1.0
What's Changed
- feat: Deprecate Conformer-2 by @Swimburger in #98
- feat(streaming): Implement disable partial transcripts by @Swimburger in #97
- feat(streaming): Add realtime encoding by @Swimburger in #96
- 🌿 Fern Regeneration -- April 15, 2024 by @fern-api in #99
- Add support for temporary token in streaming transcriber by @Swimburger in #100
- Terminate streaming session properly by @Swimburger in #101
Full Changelog: 1.0.10...1.1.0
1.0.10
What's Changed
Added
SpeechModel.Best
enumTranscriptListItem.error
property
Updated
- Make
PageDetails.prev_url
nullable - Rename Realtime to Streaming inside code documentation
- More inline code documentation
Fixed
- Rename
SubstitutionPolicy.ENTITY_TYPE
toSubstitutionPolicy.ENTITY_NAME
Full Changelog: 1.0.9...1.0.10
1.0.9
What's Changed
Full Changelog: 1.0.8...1.0.9
1.0.8
What's Changed
- 🌿 Fern now supports request-based timeouts by @armandobelardo in #85
- 🌿 readd disable timeouts for LeMUR service by @armandobelardo in #87
- 🌿 Fern Regeneration -- March 11, 2024 by @fern-api in #86
- Set default value so endUtteranceSilenceThreshold isn't null. by @Swimburger in #89
- Fix LeMUR timeout by @Swimburger in #88
New Contributors
- @armandobelardo made their first contribution in #85
Full Changelog: 1.0.7...1.0.8
1.0.7
Added
- Added
TranscriptReadyNotification
class for the transcript webhook.
Full Changelog: 1.0.6...1.0.7