assemblyai
Advanced tools
Changelog
[4.8.0]
multichannel
property to TranscriptParams
multichannel
and audio_channels
property to Transcript
channel
property to TranscriptWord
, TranscriptUtterance
, TranscriptSentence
, and SentimentAnalysisResult
Changelog
[4.7.1]
Changelog
[4.7.0]
language_confidence_threshold
to Transcript
, TranscriptParams
, and TranscriptOptionalParams
.
The confidence threshold for the automatically detected language. An error will be returned if the langauge confidence is below this threshold.
language_confidence
to Transcript
The confidence score for the detected language, between 0.0 (low confidence) and 1.0 (high confidence)
Using these new fields you can determine the confidence of the language detection model (enable by setting language_detection
to true
), and fail the transcript if it doesn't meet your desired threshold.
Learn more about the new automatic language detection model and feature improvements on our blog.
Changelog
[4.6.1]
conformer-2
from SpeechModel
union type.Changelog
[4.6.0]
RealtimeService
documentationTranscriptWebhookNotification
which is a union of TranscriptReadyNotification
or RedactedAudioNotification
RedactedAudioNotification
which represents the body of the PII redacted audio webhook notification.Changelog
[4.5.0]
client.lemur.getResponse<LemurTask>("YOUR_REQUEST_ID")
.usage
with the number of input_tokens
and output_tokens
.Changelog
[4.4.7]
TranscriptService.redactions
function to TranscriptService.redactedAudio
.TranscriptService.redactedAudioFile
function.workerd
export to fix cache
issue with fetch
on Cloudflare Workers.Changelog
[4.4.6]