You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
// Custom formatted transcript data. Maximum size is the context limit of the selected model, which defaults to 100000.
@@ -307,6 +306,11 @@ type RealtimeTemporaryTokenResponse struct {
307
306
// Controls the filetype of the audio created by redact_pii_audio. Currently supports mp3 (default) and wav. See [PII redaction](https://www.assemblyai.com/docs/models/pii-redaction) for more details.
308
307
typeRedactPIIAudioQualitystring
309
308
309
+
// The notification when the redacted audio is ready.
// The URL to which AssemblyAI send webhooks upon transcription completion
752
+
// The URL to which we send webhook requests. We sends two different types of webhook requests. One request when a transcript is completed or failed, and one request when the redacted audio is ready if redact_pii_audio is enabled.
747
753
WebhookURL*string`json:"webhook_url,omitempty"`
748
754
749
755
// The list of custom vocabulary to boost transcription probability for
@@ -823,6 +829,9 @@ type TranscriptUtterance struct {
0 commit comments