Releases: AssemblyAI/assemblyai-java-sdk
Releases · AssemblyAI/assemblyai-java-sdk
1.0.6
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 toTranscriptOptionalParams
andTranscriptParams
- Add
forceEndUtterance
andconfigureEndUtteranceSilenceThreshold
methods to real-time transcriber
Changed
- Send audio data as binary instead of JSON message
- Rename
AudioEncoding.PCM_S_16_LE
toAudioEncoding.PCM_S16LE
- Rename
LemurModel.ASSEMBLYAI_MISTRAL_7_B
toLemurModel.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
What's Changed
- Add
ASSEMBLYAI_MISTRAL_7_B
toLemurModel
- Update sample
- Increase HTTP request timeout to avoid timeout exceptions in LeMUR
Full Changelog: 1.0.1...1.0.2
1.0.1
1.0.0
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
What's Changed
- Pluralize transcripts by @Swimburger in #37
- 🌿 Fern Regeneration -- Update to
0.0.5-beta11
by @fern-api in #38
Full Changelog: 0.0.5-beta10...0.0.5-beta11
0.0.5-beta10
What's Changed
Full Changelog: 0.0.5-beta9...0.0.5-beta10
0.0.5-beta9
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
What's Changed
- fix: update readme and license by @Swimburger in #26
- 🌿 update on error handler by @dsinghvi in #28
- 🌿 fix: AssemblyAI http client supports polling by @dsinghvi in #30
- 🌿 autogeneration: latest api updates by @fern-api in #32
New Contributors
- @Swimburger made their first contribution in #26
Full Changelog: 0.0.5-beta5...0.0.5-beta8
0.0.5-beta5
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
- Fix:
Transcriber.transcribe
now respects all the transcript parameters