voice-router-dev 0.8.6 → 0.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -187,7 +187,7 @@ declare const AzureCapabilities: {
187
187
  * Speechmatics provider capabilities
188
188
  */
189
189
  declare const SpeechmaticsCapabilities: {
190
- readonly streaming: false;
190
+ readonly streaming: true;
191
191
  readonly diarization: true;
192
192
  readonly wordTimestamps: true;
193
193
  readonly languageDetection: false;
@@ -322,7 +322,7 @@ declare const ProviderCapabilitiesMap: {
322
322
  readonly deleteTranscript: true;
323
323
  };
324
324
  readonly speechmatics: {
325
- readonly streaming: false;
325
+ readonly streaming: true;
326
326
  readonly diarization: true;
327
327
  readonly wordTimestamps: true;
328
328
  readonly languageDetection: false;
@@ -187,7 +187,7 @@ declare const AzureCapabilities: {
187
187
  * Speechmatics provider capabilities
188
188
  */
189
189
  declare const SpeechmaticsCapabilities: {
190
- readonly streaming: false;
190
+ readonly streaming: true;
191
191
  readonly diarization: true;
192
192
  readonly wordTimestamps: true;
193
193
  readonly languageDetection: false;
@@ -322,7 +322,7 @@ declare const ProviderCapabilitiesMap: {
322
322
  readonly deleteTranscript: true;
323
323
  };
324
324
  readonly speechmatics: {
325
- readonly streaming: false;
325
+ readonly streaming: true;
326
326
  readonly diarization: true;
327
327
  readonly wordTimestamps: true;
328
328
  readonly languageDetection: false;
@@ -1,2 +1,2 @@
1
- export { k as AllLanguageCodes, o as AllProviders, a as AssemblyAICapabilities, i as AssemblyAILanguageCodes, b as AzureCapabilities, B as BatchOnlyProviderType, q as BatchOnlyProviders, C as CapabilityKeys, f as CapabilityLabels, D as DeepgramCapabilities, j as DeepgramLanguageCodes, E as ElevenLabsCapabilities, G as GladiaCapabilities, h as GladiaLanguageCodes, g as LanguageCode, L as LanguageLabels, O as OpenAICapabilities, P as ProviderCapabilities, d as ProviderCapabilitiesMap, l as ProviderDisplayNames, n as ProviderDocs, m as ProviderWebsites, c as SonioxCapabilities, S as SpeechmaticsCapabilities, e as StreamingProviderType, p as StreamingProviders, T as TranscriptionProvider } from './provider-metadata-BnkedpXm.mjs';
1
+ export { k as AllLanguageCodes, o as AllProviders, a as AssemblyAICapabilities, i as AssemblyAILanguageCodes, b as AzureCapabilities, B as BatchOnlyProviderType, q as BatchOnlyProviders, C as CapabilityKeys, f as CapabilityLabels, D as DeepgramCapabilities, j as DeepgramLanguageCodes, E as ElevenLabsCapabilities, G as GladiaCapabilities, h as GladiaLanguageCodes, g as LanguageCode, L as LanguageLabels, O as OpenAICapabilities, P as ProviderCapabilities, d as ProviderCapabilitiesMap, l as ProviderDisplayNames, n as ProviderDocs, m as ProviderWebsites, c as SonioxCapabilities, S as SpeechmaticsCapabilities, e as StreamingProviderType, p as StreamingProviders, T as TranscriptionProvider } from './provider-metadata-BJ29OPW1.mjs';
2
2
  export { AzureLocaleCode, AzureLocaleCodes, AzureLocaleLabels, AzureLocales, ElevenLabsLanguageCode, ElevenLabsLanguageCodes, ElevenLabsLanguageLabels, ElevenLabsLanguages, OpenAILanguageCodes, SonioxLanguageCode, SonioxLanguageCodes, SonioxLanguageLabels, SonioxLanguages, SpeechmaticsLanguageCode, SpeechmaticsLanguageCodes, SpeechmaticsLanguageLabels, SpeechmaticsLanguages } from './constants.mjs';
@@ -1,2 +1,2 @@
1
- export { k as AllLanguageCodes, o as AllProviders, a as AssemblyAICapabilities, i as AssemblyAILanguageCodes, b as AzureCapabilities, B as BatchOnlyProviderType, q as BatchOnlyProviders, C as CapabilityKeys, f as CapabilityLabels, D as DeepgramCapabilities, j as DeepgramLanguageCodes, E as ElevenLabsCapabilities, G as GladiaCapabilities, h as GladiaLanguageCodes, g as LanguageCode, L as LanguageLabels, O as OpenAICapabilities, P as ProviderCapabilities, d as ProviderCapabilitiesMap, l as ProviderDisplayNames, n as ProviderDocs, m as ProviderWebsites, c as SonioxCapabilities, S as SpeechmaticsCapabilities, e as StreamingProviderType, p as StreamingProviders, T as TranscriptionProvider } from './provider-metadata-DbsSGAO7.js';
1
+ export { k as AllLanguageCodes, o as AllProviders, a as AssemblyAICapabilities, i as AssemblyAILanguageCodes, b as AzureCapabilities, B as BatchOnlyProviderType, q as BatchOnlyProviders, C as CapabilityKeys, f as CapabilityLabels, D as DeepgramCapabilities, j as DeepgramLanguageCodes, E as ElevenLabsCapabilities, G as GladiaCapabilities, h as GladiaLanguageCodes, g as LanguageCode, L as LanguageLabels, O as OpenAICapabilities, P as ProviderCapabilities, d as ProviderCapabilitiesMap, l as ProviderDisplayNames, n as ProviderDocs, m as ProviderWebsites, c as SonioxCapabilities, S as SpeechmaticsCapabilities, e as StreamingProviderType, p as StreamingProviders, T as TranscriptionProvider } from './provider-metadata-D1d-9cng.js';
2
2
  export { AzureLocaleCode, AzureLocaleCodes, AzureLocaleLabels, AzureLocales, ElevenLabsLanguageCode, ElevenLabsLanguageCodes, ElevenLabsLanguageLabels, ElevenLabsLanguages, OpenAILanguageCodes, SonioxLanguageCode, SonioxLanguageCodes, SonioxLanguageLabels, SonioxLanguages, SpeechmaticsLanguageCode, SpeechmaticsLanguageCodes, SpeechmaticsLanguageLabels, SpeechmaticsLanguages } from './constants.js';
@@ -1534,7 +1534,7 @@ var AzureCapabilities = {
1534
1534
  deleteTranscript: true
1535
1535
  };
1536
1536
  var SpeechmaticsCapabilities = {
1537
- streaming: false,
1537
+ streaming: true,
1538
1538
  diarization: true,
1539
1539
  wordTimestamps: true,
1540
1540
  languageDetection: false,
@@ -1475,7 +1475,7 @@ var AzureCapabilities = {
1475
1475
  deleteTranscript: true
1476
1476
  };
1477
1477
  var SpeechmaticsCapabilities = {
1478
- streaming: false,
1478
+ streaming: true,
1479
1479
  diarization: true,
1480
1480
  wordTimestamps: true,
1481
1481
  languageDetection: false,
@@ -1,5 +1,5 @@
1
- import { DeepgramModelCode, DeepgramTopicModeType, DeepgramRedactType, AssemblyAISampleRateType, AssemblyAIEncodingType, AssemblyAISpeechModelType, SonioxRealtimeModelCode, SonioxLanguageCode, ElevenLabsRealtimeModelCode, ElevenLabsAudioFormatType, SonioxModelCode, ElevenLabsModelCode, DeepgramLanguageCode, ElevenLabsLanguageCode, SpeechmaticsLanguageCode, AzureLocaleCode } from './constants.js';
2
- import { e as StreamingProviderType, B as BatchOnlyProviderType, T as TranscriptionProvider } from './provider-metadata-DbsSGAO7.js';
1
+ import { DeepgramModelCode, DeepgramTopicModeType, DeepgramRedactType, AssemblyAISampleRateType, AssemblyAIEncodingType, AssemblyAISpeechModelType, SonioxRealtimeModelCode, SonioxLanguageCode, ElevenLabsRealtimeModelCode, ElevenLabsAudioFormatType, SpeechmaticsRegionType, SonioxModelCode, ElevenLabsModelCode, DeepgramLanguageCode, ElevenLabsLanguageCode, SpeechmaticsLanguageCode, AzureLocaleCode } from './constants.js';
2
+ import { e as StreamingProviderType, B as BatchOnlyProviderType, T as TranscriptionProvider } from './provider-metadata-D1d-9cng.js';
3
3
 
4
4
  /**
5
5
  * Unified audio encoding types for Voice Router SDK
@@ -7403,6 +7403,73 @@ interface ElevenLabsStreamingOptions {
7403
7403
  /** Context from previous text to improve continuity */
7404
7404
  previousText?: string;
7405
7405
  }
7406
+ /**
7407
+ * Speechmatics realtime streaming options
7408
+ *
7409
+ * Based on the WebSocket API at wss://{region}.rt.speechmatics.com/v2.
7410
+ * Uses the StartRecognition message to configure the session.
7411
+ *
7412
+ * @see https://docs.speechmatics.com/rt-api-ref
7413
+ */
7414
+ interface SpeechmaticsStreamingOptions {
7415
+ /**
7416
+ * Audio encoding format
7417
+ * @default "pcm_s16le"
7418
+ */
7419
+ encoding?: "pcm_f32le" | "pcm_s16le" | "mulaw";
7420
+ /**
7421
+ * Sample rate in Hz
7422
+ * @default 16000
7423
+ */
7424
+ sampleRate?: number;
7425
+ /** Language code (ISO 639-1, required by Speechmatics) */
7426
+ language?: string;
7427
+ /**
7428
+ * Specialized domain model (e.g., "finance", "medical")
7429
+ * Optimizes the language model for a particular field
7430
+ */
7431
+ domain?: string;
7432
+ /**
7433
+ * Operating point (model accuracy tier)
7434
+ * @default "enhanced"
7435
+ */
7436
+ operatingPoint?: "standard" | "enhanced";
7437
+ /**
7438
+ * Maximum delay in seconds between spoken word and final transcript (0.7-4)
7439
+ * @see https://docs.speechmatics.com/speech-to-text/realtime/output#latency
7440
+ */
7441
+ maxDelay?: number;
7442
+ /**
7443
+ * How max_delay is applied
7444
+ * - "flexible": delay is a guideline (lower latency)
7445
+ * - "fixed": delay is strictly enforced
7446
+ */
7447
+ maxDelayMode?: "flexible" | "fixed";
7448
+ /** Enable partial transcripts (AddPartialTranscript messages) */
7449
+ enablePartials?: boolean;
7450
+ /** Enable entity detection in transcripts */
7451
+ enableEntities?: boolean;
7452
+ /**
7453
+ * Diarization mode
7454
+ * - "none": no diarization
7455
+ * - "speaker": speaker diarization enabled
7456
+ */
7457
+ diarization?: "none" | "speaker";
7458
+ /** Maximum number of speakers to detect (min 2) */
7459
+ maxSpeakers?: number;
7460
+ /** Additional vocabulary terms to boost recognition */
7461
+ additionalVocab?: string[];
7462
+ /** Conversation configuration for VAD/end-of-utterance */
7463
+ conversationConfig?: {
7464
+ /** Silence duration in seconds to trigger end-of-utterance (0-2) */
7465
+ endOfUtteranceSilenceTrigger?: number;
7466
+ };
7467
+ /**
7468
+ * Regional endpoint override
7469
+ * Defaults to region from adapter config, or "eu1"
7470
+ */
7471
+ region?: SpeechmaticsRegionType;
7472
+ }
7406
7473
  /**
7407
7474
  * Union of all provider-specific streaming options
7408
7475
  */
@@ -7418,11 +7485,13 @@ type ProviderStreamingOptions = ({
7418
7485
  provider: "soniox";
7419
7486
  } & SonioxStreamingOptions) | ({
7420
7487
  provider: "elevenlabs";
7421
- } & ElevenLabsStreamingOptions);
7488
+ } & ElevenLabsStreamingOptions) | ({
7489
+ provider: "speechmatics";
7490
+ } & SpeechmaticsStreamingOptions);
7422
7491
  /**
7423
7492
  * Type-safe streaming options for a specific provider
7424
7493
  */
7425
- type StreamingOptionsForProvider<P extends StreamingProvider> = P extends "gladia" ? GladiaStreamingOptions : P extends "deepgram" ? DeepgramStreamingOptions : P extends "assemblyai" ? AssemblyAIStreamingOptions : P extends "openai-whisper" ? OpenAIStreamingOptions : P extends "soniox" ? SonioxStreamingOptions : P extends "elevenlabs" ? ElevenLabsStreamingOptions : never;
7494
+ type StreamingOptionsForProvider<P extends StreamingProvider> = P extends "gladia" ? GladiaStreamingOptions : P extends "deepgram" ? DeepgramStreamingOptions : P extends "assemblyai" ? AssemblyAIStreamingOptions : P extends "openai-whisper" ? OpenAIStreamingOptions : P extends "soniox" ? SonioxStreamingOptions : P extends "elevenlabs" ? ElevenLabsStreamingOptions : P extends "speechmatics" ? SpeechmaticsStreamingOptions : never;
7426
7495
  /**
7427
7496
  * Type-safe transcribeStream parameters for a specific provider
7428
7497
  */
@@ -7808,7 +7877,6 @@ type StreamingProvider = StreamingProviderType;
7808
7877
  * Providers that only support batch/async transcription
7809
7878
  *
7810
7879
  * Automatically derived from providers where streaming is false or undefined.
7811
- * Note: Speechmatics has a WebSocket API but streaming is not yet implemented in this SDK.
7812
7880
  */
7813
7881
  type BatchOnlyProvider = BatchOnlyProviderType;
7814
7882
  /**
@@ -8623,6 +8691,29 @@ interface StreamingOptions extends Omit<TranscribeOptions, "webhookUrl"> {
8623
8691
  * ```
8624
8692
  */
8625
8693
  elevenlabsStreaming?: ElevenLabsStreamingOptions;
8694
+ /**
8695
+ * Speechmatics-specific streaming options
8696
+ *
8697
+ * Configure the Speechmatics WebSocket connection for real-time transcription.
8698
+ * Supports speaker diarization, partial transcripts, custom vocabulary, and domain models.
8699
+ *
8700
+ * @see https://docs.speechmatics.com/rt-api-ref
8701
+ *
8702
+ * @example
8703
+ * ```typescript
8704
+ * await adapter.transcribeStream({
8705
+ * speechmaticsStreaming: {
8706
+ * language: 'en',
8707
+ * operatingPoint: 'enhanced',
8708
+ * enablePartials: true,
8709
+ * diarization: 'speaker',
8710
+ * maxDelay: 2,
8711
+ * maxDelayMode: 'flexible'
8712
+ * }
8713
+ * });
8714
+ * ```
8715
+ */
8716
+ speechmaticsStreaming?: SpeechmaticsStreamingOptions;
8626
8717
  /**
8627
8718
  * Regional endpoint for streaming (Gladia only)
8628
8719
  *
@@ -10271,4 +10362,4 @@ interface SpeechToTextChunkResponseModel {
10271
10362
  audio_duration_secs?: SpeechToTextChunkResponseModelAudioDurationSecs;
10272
10363
  }
10273
10364
 
10274
- export { type CustomSpellingConfigDTO as $, type AssemblyAIStreamingOptions as A, type AudioToLlmListDTO as B, type CallbackConfig as C, type DeepgramStreamingOptions as D, type AudioToLlmListDTOError as E, type FileResponse as F, type GladiaStreamingOptions as G, type AudioToLlmResultDTO as H, type CallbackConfigDto as I, CallbackMethodEnum as J, type CallbackTranscriptionErrorPayload as K, type ListTranscriptsOptions as L, type MessagesConfig as M, type NamedEntityRecognitionDTO as N, type CallbackTranscriptionErrorPayloadCustomMetadata as O, type PreProcessingConfig as P, CallbackTranscriptionErrorPayloadEvent as Q, type RealtimeProcessingConfig as R, type StreamingOptions as S, type TranscribeOptions as T, type UnifiedTranscriptResponse as U, type CallbackTranscriptionSuccessPayload as V, type WordDTO as W, type CallbackTranscriptionSuccessPayloadCustomMetadata as X, CallbackTranscriptionSuccessPayloadEvent as Y, type ChapterizationDTOError as Z, type ChapterizationDTOResults as _, type StreamingCallbacks as a, type ContentSafetyLabelsResultSummary as a$, type CustomSpellingConfigDTOSpellingDictionary as a0, type CustomVocabularyConfigDTO as a1, type CustomVocabularyConfigDTOVocabularyItem as a2, type CustomVocabularyEntryDTO as a3, type DiarizationConfigDTO as a4, type DiarizationDTO as a5, type DiarizationDTOError as a6, type DisplayModeDTO as a7, type DisplayModeDTOError as a8, type ErrorDTO as a9, type StructuredDataExtractionDTOError as aA, type SubtitleDTO as aB, type SubtitlesConfigDTO as aC, SubtitlesFormatEnum as aD, SubtitlesStyleEnum as aE, type SummarizationConfigDTO as aF, type SummarizationDTOError as aG, SummaryTypesEnum as aH, TranscriptionControllerListV2KindItem as aI, type TranscriptionControllerListV2Params as aJ, TranscriptionControllerListV2StatusItem as aK, type TranscriptionResultDTO as aL, type TranslationConfigDTO as aM, type TranslationDTOError as aN, TranslationModelEnum as aO, type TranslationResultDTO as aP, type TranslationResultDTOError as aQ, TranscriptStatus as aR, type TranscriptWord as aS, AudioIntelligenceModelStatus as aT, type AutoHighlightResult as aU, type AutoHighlightsResult as aV, type Chapter$1 as aW, type ContentSafetyLabel as aX, type ContentSafetyLabelResult as aY, type ContentSafetyLabelsResult as aZ, type ContentSafetyLabelsResultSeverityScoreSummary as a_, type InitTranscriptionRequest as aa, type InitTranscriptionRequestCustomMetadata as ab, type ModerationDTO as ac, type ModerationDTOError as ad, type NamedEntityRecognitionDTOError as ae, type NamesConsistencyDTO as af, type NamesConsistencyDTOError as ag, type PiiRedactionConfigDTO as ah, PiiRedactionConfigDTOProcessedTextType as ai, PiiRedactionEntityTypeEnum as aj, type PreRecordedRequestParamsResponse as ak, type PreRecordedResponseCustomMetadata as al, type PreRecordedResponseFile as am, PreRecordedResponseKind as an, type PreRecordedResponsePostSessionMetadata as ao, type PreRecordedResponseRequestParams as ap, type PreRecordedResponseResult as aq, PreRecordedResponseStatus as ar, type SentencesDTO as as, type SentencesDTOError as at, type SentimentAnalysisDTOError as au, type SpeakerReidentificationDTO as av, type SpeakerReidentificationDTOError as aw, type StreamingRequest as ax, type StreamingRequestCustomMetadata as ay, type StructuredDataExtractionDTO as az, type StreamingSession as b, type TranscriptOptionalParamsSpeakerOptions as b$, type CustomFormattingRequestBody as b0, type CustomFormattingRequestBodyCustomFormatting as b1, type CustomFormattingResponse as b2, type CustomFormattingResponseCustomFormatting as b3, type CustomFormattingResponseCustomFormattingMapping as b4, type Entity as b5, EntityType as b6, type ListTranscriptsParams as b7, PiiPolicy as b8, RedactPiiAudioQuality as b9, type TranscriptAutoHighlightsResult as bA, type TranscriptChapters as bB, type TranscriptConfidence as bC, type TranscriptContentSafety as bD, type TranscriptContentSafetyLabels as bE, type TranscriptCustomSpelling as bF, type TranscriptCustomSpellingProperty as bG, type TranscriptCustomTopics as bH, type TranscriptDisfluencies as bI, type TranscriptDomain as bJ, type TranscriptEntities as bK, type TranscriptEntityDetection as bL, type TranscriptFilterProfanity as bM, type TranscriptFormatText as bN, type TranscriptIabCategories as bO, type TranscriptIabCategoriesResult as bP, TranscriptLanguageCode as bQ, type TranscriptLanguageCodes as bR, type TranscriptLanguageConfidence as bS, type TranscriptLanguageConfidenceThreshold as bT, type TranscriptLanguageDetection as bU, type TranscriptLanguageDetectionOptions as bV, type TranscriptMultichannel as bW, type TranscriptOptionalParamsLanguageDetectionOptions as bX, type TranscriptOptionalParamsRedactPiiAudioOptions as bY, TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethod as bZ, TranscriptOptionalParamsRemoveAudioTags as b_, Sentiment as ba, type SentimentAnalysisResult$1 as bb, type SentimentAnalysisResultChannel as bc, type SentimentAnalysisResultSpeaker as bd, type SeverityScoreSummary as be, type SpeakerIdentificationRequestBody as bf, type SpeakerIdentificationRequestBodySpeakerIdentification as bg, SpeakerIdentificationRequestBodySpeakerIdentificationSpeakerType as bh, type SpeakerIdentificationRequestBodySpeakerIdentificationSpeakersItems as bi, type SpeakerIdentificationResponse as bj, type SpeakerIdentificationResponseSpeakerIdentification as bk, type SpeakerIdentificationResponseSpeakerIdentificationMapping as bl, type SpeechModel as bm, SubstitutionPolicy as bn, SummaryModel as bo, SummaryType as bp, type Timestamp as bq, type TopicDetectionModelResult as br, type TopicDetectionModelResultSummary as bs, type TopicDetectionResult$1 as bt, type TopicDetectionResultLabelsItems as bu, type Transcript as bv, type TranscriptAudioDuration as bw, type TranscriptAudioEndAt as bx, type TranscriptAudioStartFrom as by, type TranscriptAutoChapters as bz, type StreamEvent as c, type TranscriptionCustomProperties as c$, type TranscriptOptionalParamsSpeechUnderstanding as c0, type TranscriptOptionalParamsSpeechUnderstandingRequest as c1, type TranscriptParams as c2, type TranscriptParamsDomain as c3, type TranscriptParamsLanguageCode as c4, type TranscriptParamsLanguageCodes as c5, type TranscriptParamsRedactPiiSub as c6, type TranscriptParamsRemoveAudioTags as c7, type TranscriptParamsSpeakersExpected as c8, type TranscriptParamsSpeechThreshold as c9, type TranscriptTranslatedTexts as cA, type TranscriptUtterance as cB, type TranscriptUtteranceChannel as cC, type TranscriptUtteranceTranslatedTexts as cD, type TranscriptUtterances as cE, type TranscriptWebhookAuthHeaderName as cF, type TranscriptWebhookStatusCode as cG, type TranscriptWebhookUrl as cH, type TranscriptWordChannel as cI, type TranscriptWordSpeaker as cJ, type TranscriptWords as cK, type TranslationRequestBody as cL, type TranslationRequestBodyTranslation as cM, type TranslationResponse as cN, type TranslationResponseTranslation as cO, type StreamingUpdateConfiguration as cP, type Transcription as cQ, type EntityError as cR, Status as cS, type EntityReference as cT, type DiarizationProperties as cU, type DiarizationSpeakersProperties as cV, LanguageIdentificationMode as cW, type LanguageIdentificationProperties as cX, type LanguageIdentificationPropertiesSpeechModelMapping as cY, ProfanityFilterMode as cZ, PunctuationMode as c_, type TranscriptParamsWebhookAuthHeaderName as ca, type TranscriptParamsWebhookAuthHeaderValue as cb, type TranscriptPunctuate as cc, type TranscriptRedactPiiAudio as cd, type TranscriptRedactPiiAudioOptions as ce, TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod as cf, type TranscriptRedactPiiAudioQuality as cg, type TranscriptRedactPiiPolicies as ch, TranscriptRemoveAudioTags as ci, type TranscriptRemoveAudioTagsProperty as cj, type TranscriptSentimentAnalysis as ck, type TranscriptSentimentAnalysisResults as cl, type TranscriptSpeakerLabels as cm, type TranscriptSpeakersExpected as cn, type TranscriptSpeechModel as co, type TranscriptSpeechModels as cp, type TranscriptSpeechThreshold as cq, type TranscriptSpeechUnderstanding as cr, type TranscriptSpeechUnderstandingRequest as cs, type TranscriptSpeechUnderstandingResponse as ct, type TranscriptSpeedBoost as cu, type TranscriptSummary as cv, type TranscriptSummaryModel as cw, type TranscriptSummaryType as cx, type TranscriptText as cy, type TranscriptThrottled as cz, StreamingSupportedEncodingEnum as d, type SharedIntentsResultsIntents as d$, type TranscriptionLinks as d0, type TranscriptionProperties as d1, type TranscriptTextUsageTokens as d2, type TranscriptionSegment as d3, type RealtimeSessionCreateRequestGAModel as d4, RealtimeTranscriptionSessionCreateRequestTurnDetectionType as d5, RealtimeTranscriptionSessionCreateRequestInputAudioFormat as d6, AudioResponseFormat as d7, type CreateTranscription200One as d8, type CreateTranscriptionRequest as d9, type SharedSentiments as dA, type ListProjectRequestsParams as dB, type ListenTranscribeParams as dC, type ListenV1ResponseMetadata as dD, type ListenV1ResponseMetadataIntentsInfo as dE, type ListenV1ResponseMetadataModelInfo as dF, type ListenV1ResponseMetadataSentimentInfo as dG, type ListenV1ResponseMetadataSummaryInfo as dH, type ListenV1ResponseMetadataTopicsInfo as dI, type ListenV1ResponseResults as dJ, type ListenV1ResponseResultsChannels as dK, type ListenV1ResponseResultsChannelsItems as dL, type ListenV1ResponseResultsChannelsItemsAlternativesItems as dM, type ListenV1ResponseResultsChannelsItemsAlternativesItemsEntitiesItems as dN, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphs as dO, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphsParagraphsItems as dP, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphsParagraphsItemsSentencesItems as dQ, type ListenV1ResponseResultsChannelsItemsAlternativesItemsSummariesItems as dR, type ListenV1ResponseResultsChannelsItemsAlternativesItemsTopicsItems as dS, type ListenV1ResponseResultsChannelsItemsAlternativesItemsWordsItems as dT, type ListenV1ResponseResultsChannelsItemsSearchItems as dU, type ListenV1ResponseResultsChannelsItemsSearchItemsHitsItems as dV, type ListenV1ResponseResultsSummary as dW, type ListenV1ResponseResultsUtterances as dX, type ListenV1ResponseResultsUtterancesItems as dY, type ListenV1ResponseResultsUtterancesItemsWordsItems as dZ, type SharedIntentsResults as d_, type CreateTranscriptionRequestChunkingStrategy as da, type CreateTranscriptionRequestChunkingStrategyAnyOf as db, type CreateTranscriptionRequestModel as dc, type CreateTranscriptionRequestStream as dd, CreateTranscriptionRequestTimestampGranularitiesItem as de, type CreateTranscriptionResponseDiarizedJson as df, CreateTranscriptionResponseDiarizedJsonTask as dg, type CreateTranscriptionResponseDiarizedJsonUsage as dh, type CreateTranscriptionResponseJson as di, type CreateTranscriptionResponseJsonLogprobsItem as dj, type CreateTranscriptionResponseJsonUsage as dk, type CreateTranscriptionResponseVerboseJson as dl, type TranscriptTextUsageDuration as dm, TranscriptTextUsageDurationType as dn, type TranscriptTextUsageTokensInputTokenDetails as dp, TranscriptTextUsageTokensType as dq, type TranscriptionDiarizedSegment as dr, TranscriptionDiarizedSegmentType as ds, TranscriptionInclude as dt, type TranscriptionWord as du, type VadConfig as dv, VadConfigType as dw, type ListenV1Response as dx, type SharedTopics as dy, type SharedIntents as dz, StreamingSupportedBitDepthEnum as e, type RetrieveTranscriptResponseAudioEventSummaryChannels as e$, type SharedIntentsResultsIntentsSegmentsItems as e0, type SharedIntentsResultsIntentsSegmentsItemsIntentsItems as e1, type SharedSentimentsAverage as e2, type SharedSentimentsSegmentsItems as e3, type SharedTopicsResults as e4, type SharedTopicsResultsTopics as e5, type SharedTopicsResultsTopicsSegmentsItems as e6, type SharedTopicsResultsTopicsSegmentsItemsTopicsItems as e7, V1ListenPostParametersCallbackMethod as e8, type V1ListenPostParametersCustomIntent as e9, type TrackingData as eA, type OutputConfig as eB, OperatingPoint as eC, type AudioEventItem as eD, type AudioEventSummary as eE, type AudioEventSummaryItem as eF, type AutoChaptersResult as eG, type AutoChaptersResultError as eH, AutoChaptersResultErrorType as eI, type Chapter as eJ, type JobInfo as eK, type LanguageIdentificationResult as eL, type LanguageIdentificationResultAlternative as eM, LanguageIdentificationResultError as eN, type LanguageIdentificationResultItem as eO, type LanguagePackInfo as eP, LanguagePackInfoWritingDirection as eQ, type OutputConfigSrtOverrides as eR, type RecognitionAlternative as eS, type RecognitionDisplay as eT, RecognitionDisplayDirection as eU, type RecognitionMetadata as eV, type RecognitionResult as eW, RecognitionResultAttachesTo as eX, RecognitionResultType as eY, type RetrieveTranscriptResponse as eZ, type RetrieveTranscriptResponseAudioEventSummary as e_, V1ListenPostParametersCustomIntentMode as ea, type V1ListenPostParametersCustomTopic as eb, V1ListenPostParametersCustomTopicMode as ec, type V1ListenPostParametersDetectLanguage as ed, V1ListenPostParametersEncoding as ee, type V1ListenPostParametersExtra as ef, type V1ListenPostParametersKeywords as eg, type V1ListenPostParametersModel as eh, V1ListenPostParametersModel0 as ei, type V1ListenPostParametersRedact as ej, type V1ListenPostParametersRedact1 as ek, V1ListenPostParametersRedactSchemaOneOf1Items as el, type V1ListenPostParametersReplace as em, type V1ListenPostParametersSearch as en, type V1ListenPostParametersSummarize as eo, V1ListenPostParametersSummarize0 as ep, type V1ListenPostParametersTag as eq, type V1ListenPostParametersVersion as er, V1ListenPostParametersVersion0 as es, V1ProjectsProjectIdRequestsGetParametersDeployment as et, V1ProjectsProjectIdRequestsGetParametersEndpoint as eu, V1ProjectsProjectIdRequestsGetParametersMethod as ev, V1ProjectsProjectIdRequestsGetParametersStatus as ew, JobType as ex, type AlignmentConfig as ey, type TranscriptionConfig as ez, StreamingSupportedSampleRateEnum as f, HtmlExportOptionsFormat as f$, type RetrieveTranscriptResponseTranslations as f0, type SentimentAnalysisError as f1, SentimentAnalysisErrorType as f2, type SentimentAnalysisResult as f3, type SentimentAnalysisResultSentimentAnalysis as f4, type SentimentChannelSummary as f5, type SentimentSegment as f6, type SentimentSpeakerSummary as f7, type SentimentSummary as f8, type SentimentSummaryDetail as f9, type AdditionalFormatResponseModel as fA, type AdditionalFormats as fB, type BodySpeechToTextV1SpeechToTextPost as fC, type BodySpeechToTextV1SpeechToTextPostCloudStorageUrl as fD, type BodySpeechToTextV1SpeechToTextPostDiarizationThreshold as fE, type BodySpeechToTextV1SpeechToTextPostEntityDetection as fF, type BodySpeechToTextV1SpeechToTextPostEntityRedaction as fG, type BodySpeechToTextV1SpeechToTextPostFile as fH, BodySpeechToTextV1SpeechToTextPostFileFormat as fI, type BodySpeechToTextV1SpeechToTextPostLanguageCode as fJ, BodySpeechToTextV1SpeechToTextPostModelId as fK, type BodySpeechToTextV1SpeechToTextPostNumSpeakers as fL, type BodySpeechToTextV1SpeechToTextPostSeed as fM, type BodySpeechToTextV1SpeechToTextPostSourceUrl as fN, type BodySpeechToTextV1SpeechToTextPostTemperature as fO, BodySpeechToTextV1SpeechToTextPostTimestampsGranularity as fP, type BodySpeechToTextV1SpeechToTextPostWebhookId as fQ, type BodySpeechToTextV1SpeechToTextPostWebhookMetadata as fR, type BodySpeechToTextV1SpeechToTextPostWebhookMetadataAnyOf as fS, type DetectedEntity as fT, type DocxExportOptions as fU, DocxExportOptionsFormat as fV, type DocxExportOptionsMaxSegmentChars as fW, type DocxExportOptionsMaxSegmentDurationS as fX, type DocxExportOptionsSegmentOnSilenceLongerThanS as fY, type ExportOptions as fZ, type HtmlExportOptions as f_, type SpokenFormRecognitionResult as fa, SpokenFormRecognitionResultType as fb, type SummarizationError as fc, SummarizationErrorType as fd, type SummarizationResult as fe, type TopicDetectionError as ff, TopicDetectionErrorType as fg, type TopicDetectionResult as fh, type TopicDetectionSegment as fi, type TopicDetectionSegmentTopic as fj, type TopicDetectionSummary as fk, type TopicDetectionSummaryOverall as fl, type TrackingDataDetails as fm, type TranscriptionConfigAdditionalVocabItem as fn, TranscriptionConfigDiarization as fo, TranscriptionConfigMaxDelayMode as fp, type TranscriptionConfigPunctuationOverrides as fq, type TranscriptionConfigSpeakerDiarizationConfig as fr, type TranscriptionConfigTranscriptFilteringConfig as fs, type TranscriptionConfigTranscriptFilteringConfigReplacementsItem as ft, type TranslationError as fu, TranslationErrorType as fv, type TranslationSentence as fw, type WrittenFormRecognitionResult as fx, WrittenFormRecognitionResultType as fy, type SpeechToTextChunkResponseModel as fz, StreamingSupportedModels as g, type EntityEvent as g$, type HtmlExportOptionsMaxSegmentChars as g0, type HtmlExportOptionsMaxSegmentDurationS as g1, type HtmlExportOptionsSegmentOnSilenceLongerThanS as g2, type PdfExportOptions as g3, PdfExportOptionsFormat as g4, type PdfExportOptionsMaxSegmentChars as g5, type PdfExportOptionsMaxSegmentDurationS as g6, type PdfExportOptionsSegmentOnSilenceLongerThanS as g7, type SegmentedJsonExportOptions as g8, SegmentedJsonExportOptionsFormat as g9, type TxtExportOptionsMaxCharactersPerLine as gA, type TxtExportOptionsMaxSegmentChars as gB, type TxtExportOptionsMaxSegmentDurationS as gC, type TxtExportOptionsSegmentOnSilenceLongerThanS as gD, type SpeechmaticsOperatingPoint as gE, type TranscriptionModel as gF, type TranscriptionLanguage as gG, type AssemblyAIExtendedData as gH, type GladiaExtendedData as gI, type DeepgramExtendedData as gJ, type ElevenLabsExtendedData as gK, type ProviderExtendedDataMap as gL, type StreamingProvider as gM, type BatchOnlyProvider as gN, type SessionStatus as gO, type Speaker as gP, type Word as gQ, type Utterance as gR, type TranscriptionStatus as gS, type TranscriptMetadata as gT, type TranscriptData as gU, type ListTranscriptsResponse as gV, type ProviderRawResponseMap as gW, type StreamEventType as gX, type SpeechEvent as gY, type TranslationEvent as gZ, type SentimentEvent as g_, type SegmentedJsonExportOptionsMaxSegmentChars as ga, type SegmentedJsonExportOptionsMaxSegmentDurationS as gb, type SegmentedJsonExportOptionsSegmentOnSilenceLongerThanS as gc, type SpeechToTextCharacterResponseModel as gd, type SpeechToTextCharacterResponseModelEnd as ge, type SpeechToTextCharacterResponseModelStart as gf, type SpeechToTextChunkResponseModelAdditionalFormats as gg, type SpeechToTextChunkResponseModelAdditionalFormatsAnyOfItem as gh, type SpeechToTextChunkResponseModelAudioDurationSecs as gi, type SpeechToTextChunkResponseModelChannelIndex as gj, type SpeechToTextChunkResponseModelEntities as gk, type SpeechToTextChunkResponseModelTranscriptionId as gl, type SpeechToTextWordResponseModel as gm, type SpeechToTextWordResponseModelCharacters as gn, type SpeechToTextWordResponseModelEnd as go, type SpeechToTextWordResponseModelSpeakerId as gp, type SpeechToTextWordResponseModelStart as gq, SpeechToTextWordResponseModelType as gr, type SrtExportOptions as gs, SrtExportOptionsFormat as gt, type SrtExportOptionsMaxCharactersPerLine as gu, type SrtExportOptionsMaxSegmentChars as gv, type SrtExportOptionsMaxSegmentDurationS as gw, type SrtExportOptionsSegmentOnSilenceLongerThanS as gx, type TxtExportOptions as gy, TxtExportOptionsFormat as gz, type LanguageConfig as h, type SummarizationEvent as h0, type ChapterizationEvent as h1, type AudioAckEvent as h2, type LifecycleEvent as h3, type AudioChunk as h4, type RawWebSocketMessage as h5, type AssemblyAIUpdateConfiguration as h6, type OpenAIStreamingOptions as h7, type SonioxStreamingOptions as h8, type ElevenLabsStreamingOptions as h9, type ProviderStreamingOptions as ha, type StreamingOptionsForProvider as hb, type TranscribeStreamParams as hc, type BeginEvent as hd, type TurnEvent as he, type TerminationEvent as hf, type ErrorEvent as hg, type StreamingEventMessage as hh, type StreamingWord as hi, type StreamingForceEndpoint as hj, type PostProcessingConfig as i, type TranscriptionMetadataDTO as j, type TranscriptionDTO as k, type TranslationDTO as l, type SummarizationDTO as m, type SentimentAnalysisDTO as n, type ChapterizationDTO as o, type PreRecordedResponse as p, type UtteranceDTO as q, TranscriptionLanguageCodeEnum as r, TranslationLanguageCodeEnum as s, type NamedEntityRecognitionResult as t, StreamingSupportedRegions as u, type AddonErrorDTO as v, type AudioToLlmDTO as w, type AudioToLlmDTOError as x, type AudioToLlmDTOResults as y, type AudioToLlmListConfigDTO as z };
10365
+ export { type CustomSpellingConfigDTO as $, type AssemblyAIStreamingOptions as A, type AudioToLlmListDTO as B, type CallbackConfig as C, type DeepgramStreamingOptions as D, type AudioToLlmListDTOError as E, type FileResponse as F, type GladiaStreamingOptions as G, type AudioToLlmResultDTO as H, type CallbackConfigDto as I, CallbackMethodEnum as J, type CallbackTranscriptionErrorPayload as K, type ListTranscriptsOptions as L, type MessagesConfig as M, type NamedEntityRecognitionDTO as N, type CallbackTranscriptionErrorPayloadCustomMetadata as O, type PreProcessingConfig as P, CallbackTranscriptionErrorPayloadEvent as Q, type RealtimeProcessingConfig as R, type StreamingOptions as S, type TranscribeOptions as T, type UnifiedTranscriptResponse as U, type CallbackTranscriptionSuccessPayload as V, type WordDTO as W, type CallbackTranscriptionSuccessPayloadCustomMetadata as X, CallbackTranscriptionSuccessPayloadEvent as Y, type ChapterizationDTOError as Z, type ChapterizationDTOResults as _, type StreamingCallbacks as a, type ContentSafetyLabelsResultSummary as a$, type CustomSpellingConfigDTOSpellingDictionary as a0, type CustomVocabularyConfigDTO as a1, type CustomVocabularyConfigDTOVocabularyItem as a2, type CustomVocabularyEntryDTO as a3, type DiarizationConfigDTO as a4, type DiarizationDTO as a5, type DiarizationDTOError as a6, type DisplayModeDTO as a7, type DisplayModeDTOError as a8, type ErrorDTO as a9, type StructuredDataExtractionDTOError as aA, type SubtitleDTO as aB, type SubtitlesConfigDTO as aC, SubtitlesFormatEnum as aD, SubtitlesStyleEnum as aE, type SummarizationConfigDTO as aF, type SummarizationDTOError as aG, SummaryTypesEnum as aH, TranscriptionControllerListV2KindItem as aI, type TranscriptionControllerListV2Params as aJ, TranscriptionControllerListV2StatusItem as aK, type TranscriptionResultDTO as aL, type TranslationConfigDTO as aM, type TranslationDTOError as aN, TranslationModelEnum as aO, type TranslationResultDTO as aP, type TranslationResultDTOError as aQ, TranscriptStatus as aR, type TranscriptWord as aS, AudioIntelligenceModelStatus as aT, type AutoHighlightResult as aU, type AutoHighlightsResult as aV, type Chapter$1 as aW, type ContentSafetyLabel as aX, type ContentSafetyLabelResult as aY, type ContentSafetyLabelsResult as aZ, type ContentSafetyLabelsResultSeverityScoreSummary as a_, type InitTranscriptionRequest as aa, type InitTranscriptionRequestCustomMetadata as ab, type ModerationDTO as ac, type ModerationDTOError as ad, type NamedEntityRecognitionDTOError as ae, type NamesConsistencyDTO as af, type NamesConsistencyDTOError as ag, type PiiRedactionConfigDTO as ah, PiiRedactionConfigDTOProcessedTextType as ai, PiiRedactionEntityTypeEnum as aj, type PreRecordedRequestParamsResponse as ak, type PreRecordedResponseCustomMetadata as al, type PreRecordedResponseFile as am, PreRecordedResponseKind as an, type PreRecordedResponsePostSessionMetadata as ao, type PreRecordedResponseRequestParams as ap, type PreRecordedResponseResult as aq, PreRecordedResponseStatus as ar, type SentencesDTO as as, type SentencesDTOError as at, type SentimentAnalysisDTOError as au, type SpeakerReidentificationDTO as av, type SpeakerReidentificationDTOError as aw, type StreamingRequest as ax, type StreamingRequestCustomMetadata as ay, type StructuredDataExtractionDTO as az, type StreamingSession as b, type TranscriptOptionalParamsSpeakerOptions as b$, type CustomFormattingRequestBody as b0, type CustomFormattingRequestBodyCustomFormatting as b1, type CustomFormattingResponse as b2, type CustomFormattingResponseCustomFormatting as b3, type CustomFormattingResponseCustomFormattingMapping as b4, type Entity as b5, EntityType as b6, type ListTranscriptsParams as b7, PiiPolicy as b8, RedactPiiAudioQuality as b9, type TranscriptAutoHighlightsResult as bA, type TranscriptChapters as bB, type TranscriptConfidence as bC, type TranscriptContentSafety as bD, type TranscriptContentSafetyLabels as bE, type TranscriptCustomSpelling as bF, type TranscriptCustomSpellingProperty as bG, type TranscriptCustomTopics as bH, type TranscriptDisfluencies as bI, type TranscriptDomain as bJ, type TranscriptEntities as bK, type TranscriptEntityDetection as bL, type TranscriptFilterProfanity as bM, type TranscriptFormatText as bN, type TranscriptIabCategories as bO, type TranscriptIabCategoriesResult as bP, TranscriptLanguageCode as bQ, type TranscriptLanguageCodes as bR, type TranscriptLanguageConfidence as bS, type TranscriptLanguageConfidenceThreshold as bT, type TranscriptLanguageDetection as bU, type TranscriptLanguageDetectionOptions as bV, type TranscriptMultichannel as bW, type TranscriptOptionalParamsLanguageDetectionOptions as bX, type TranscriptOptionalParamsRedactPiiAudioOptions as bY, TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethod as bZ, TranscriptOptionalParamsRemoveAudioTags as b_, Sentiment as ba, type SentimentAnalysisResult$1 as bb, type SentimentAnalysisResultChannel as bc, type SentimentAnalysisResultSpeaker as bd, type SeverityScoreSummary as be, type SpeakerIdentificationRequestBody as bf, type SpeakerIdentificationRequestBodySpeakerIdentification as bg, SpeakerIdentificationRequestBodySpeakerIdentificationSpeakerType as bh, type SpeakerIdentificationRequestBodySpeakerIdentificationSpeakersItems as bi, type SpeakerIdentificationResponse as bj, type SpeakerIdentificationResponseSpeakerIdentification as bk, type SpeakerIdentificationResponseSpeakerIdentificationMapping as bl, type SpeechModel as bm, SubstitutionPolicy as bn, SummaryModel as bo, SummaryType as bp, type Timestamp as bq, type TopicDetectionModelResult as br, type TopicDetectionModelResultSummary as bs, type TopicDetectionResult$1 as bt, type TopicDetectionResultLabelsItems as bu, type Transcript as bv, type TranscriptAudioDuration as bw, type TranscriptAudioEndAt as bx, type TranscriptAudioStartFrom as by, type TranscriptAutoChapters as bz, type StreamEvent as c, type TranscriptionCustomProperties as c$, type TranscriptOptionalParamsSpeechUnderstanding as c0, type TranscriptOptionalParamsSpeechUnderstandingRequest as c1, type TranscriptParams as c2, type TranscriptParamsDomain as c3, type TranscriptParamsLanguageCode as c4, type TranscriptParamsLanguageCodes as c5, type TranscriptParamsRedactPiiSub as c6, type TranscriptParamsRemoveAudioTags as c7, type TranscriptParamsSpeakersExpected as c8, type TranscriptParamsSpeechThreshold as c9, type TranscriptTranslatedTexts as cA, type TranscriptUtterance as cB, type TranscriptUtteranceChannel as cC, type TranscriptUtteranceTranslatedTexts as cD, type TranscriptUtterances as cE, type TranscriptWebhookAuthHeaderName as cF, type TranscriptWebhookStatusCode as cG, type TranscriptWebhookUrl as cH, type TranscriptWordChannel as cI, type TranscriptWordSpeaker as cJ, type TranscriptWords as cK, type TranslationRequestBody as cL, type TranslationRequestBodyTranslation as cM, type TranslationResponse as cN, type TranslationResponseTranslation as cO, type StreamingUpdateConfiguration as cP, type Transcription as cQ, type EntityError as cR, Status as cS, type EntityReference as cT, type DiarizationProperties as cU, type DiarizationSpeakersProperties as cV, LanguageIdentificationMode as cW, type LanguageIdentificationProperties as cX, type LanguageIdentificationPropertiesSpeechModelMapping as cY, ProfanityFilterMode as cZ, PunctuationMode as c_, type TranscriptParamsWebhookAuthHeaderName as ca, type TranscriptParamsWebhookAuthHeaderValue as cb, type TranscriptPunctuate as cc, type TranscriptRedactPiiAudio as cd, type TranscriptRedactPiiAudioOptions as ce, TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod as cf, type TranscriptRedactPiiAudioQuality as cg, type TranscriptRedactPiiPolicies as ch, TranscriptRemoveAudioTags as ci, type TranscriptRemoveAudioTagsProperty as cj, type TranscriptSentimentAnalysis as ck, type TranscriptSentimentAnalysisResults as cl, type TranscriptSpeakerLabels as cm, type TranscriptSpeakersExpected as cn, type TranscriptSpeechModel as co, type TranscriptSpeechModels as cp, type TranscriptSpeechThreshold as cq, type TranscriptSpeechUnderstanding as cr, type TranscriptSpeechUnderstandingRequest as cs, type TranscriptSpeechUnderstandingResponse as ct, type TranscriptSpeedBoost as cu, type TranscriptSummary as cv, type TranscriptSummaryModel as cw, type TranscriptSummaryType as cx, type TranscriptText as cy, type TranscriptThrottled as cz, StreamingSupportedEncodingEnum as d, type SharedIntentsResultsIntents as d$, type TranscriptionLinks as d0, type TranscriptionProperties as d1, type TranscriptTextUsageTokens as d2, type TranscriptionSegment as d3, type RealtimeSessionCreateRequestGAModel as d4, RealtimeTranscriptionSessionCreateRequestTurnDetectionType as d5, RealtimeTranscriptionSessionCreateRequestInputAudioFormat as d6, AudioResponseFormat as d7, type CreateTranscription200One as d8, type CreateTranscriptionRequest as d9, type SharedSentiments as dA, type ListProjectRequestsParams as dB, type ListenTranscribeParams as dC, type ListenV1ResponseMetadata as dD, type ListenV1ResponseMetadataIntentsInfo as dE, type ListenV1ResponseMetadataModelInfo as dF, type ListenV1ResponseMetadataSentimentInfo as dG, type ListenV1ResponseMetadataSummaryInfo as dH, type ListenV1ResponseMetadataTopicsInfo as dI, type ListenV1ResponseResults as dJ, type ListenV1ResponseResultsChannels as dK, type ListenV1ResponseResultsChannelsItems as dL, type ListenV1ResponseResultsChannelsItemsAlternativesItems as dM, type ListenV1ResponseResultsChannelsItemsAlternativesItemsEntitiesItems as dN, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphs as dO, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphsParagraphsItems as dP, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphsParagraphsItemsSentencesItems as dQ, type ListenV1ResponseResultsChannelsItemsAlternativesItemsSummariesItems as dR, type ListenV1ResponseResultsChannelsItemsAlternativesItemsTopicsItems as dS, type ListenV1ResponseResultsChannelsItemsAlternativesItemsWordsItems as dT, type ListenV1ResponseResultsChannelsItemsSearchItems as dU, type ListenV1ResponseResultsChannelsItemsSearchItemsHitsItems as dV, type ListenV1ResponseResultsSummary as dW, type ListenV1ResponseResultsUtterances as dX, type ListenV1ResponseResultsUtterancesItems as dY, type ListenV1ResponseResultsUtterancesItemsWordsItems as dZ, type SharedIntentsResults as d_, type CreateTranscriptionRequestChunkingStrategy as da, type CreateTranscriptionRequestChunkingStrategyAnyOf as db, type CreateTranscriptionRequestModel as dc, type CreateTranscriptionRequestStream as dd, CreateTranscriptionRequestTimestampGranularitiesItem as de, type CreateTranscriptionResponseDiarizedJson as df, CreateTranscriptionResponseDiarizedJsonTask as dg, type CreateTranscriptionResponseDiarizedJsonUsage as dh, type CreateTranscriptionResponseJson as di, type CreateTranscriptionResponseJsonLogprobsItem as dj, type CreateTranscriptionResponseJsonUsage as dk, type CreateTranscriptionResponseVerboseJson as dl, type TranscriptTextUsageDuration as dm, TranscriptTextUsageDurationType as dn, type TranscriptTextUsageTokensInputTokenDetails as dp, TranscriptTextUsageTokensType as dq, type TranscriptionDiarizedSegment as dr, TranscriptionDiarizedSegmentType as ds, TranscriptionInclude as dt, type TranscriptionWord as du, type VadConfig as dv, VadConfigType as dw, type ListenV1Response as dx, type SharedTopics as dy, type SharedIntents as dz, StreamingSupportedBitDepthEnum as e, type RetrieveTranscriptResponseAudioEventSummaryChannels as e$, type SharedIntentsResultsIntentsSegmentsItems as e0, type SharedIntentsResultsIntentsSegmentsItemsIntentsItems as e1, type SharedSentimentsAverage as e2, type SharedSentimentsSegmentsItems as e3, type SharedTopicsResults as e4, type SharedTopicsResultsTopics as e5, type SharedTopicsResultsTopicsSegmentsItems as e6, type SharedTopicsResultsTopicsSegmentsItemsTopicsItems as e7, V1ListenPostParametersCallbackMethod as e8, type V1ListenPostParametersCustomIntent as e9, type TrackingData as eA, type OutputConfig as eB, OperatingPoint as eC, type AudioEventItem as eD, type AudioEventSummary as eE, type AudioEventSummaryItem as eF, type AutoChaptersResult as eG, type AutoChaptersResultError as eH, AutoChaptersResultErrorType as eI, type Chapter as eJ, type JobInfo as eK, type LanguageIdentificationResult as eL, type LanguageIdentificationResultAlternative as eM, LanguageIdentificationResultError as eN, type LanguageIdentificationResultItem as eO, type LanguagePackInfo as eP, LanguagePackInfoWritingDirection as eQ, type OutputConfigSrtOverrides as eR, type RecognitionAlternative as eS, type RecognitionDisplay as eT, RecognitionDisplayDirection as eU, type RecognitionMetadata as eV, type RecognitionResult as eW, RecognitionResultAttachesTo as eX, RecognitionResultType as eY, type RetrieveTranscriptResponse as eZ, type RetrieveTranscriptResponseAudioEventSummary as e_, V1ListenPostParametersCustomIntentMode as ea, type V1ListenPostParametersCustomTopic as eb, V1ListenPostParametersCustomTopicMode as ec, type V1ListenPostParametersDetectLanguage as ed, V1ListenPostParametersEncoding as ee, type V1ListenPostParametersExtra as ef, type V1ListenPostParametersKeywords as eg, type V1ListenPostParametersModel as eh, V1ListenPostParametersModel0 as ei, type V1ListenPostParametersRedact as ej, type V1ListenPostParametersRedact1 as ek, V1ListenPostParametersRedactSchemaOneOf1Items as el, type V1ListenPostParametersReplace as em, type V1ListenPostParametersSearch as en, type V1ListenPostParametersSummarize as eo, V1ListenPostParametersSummarize0 as ep, type V1ListenPostParametersTag as eq, type V1ListenPostParametersVersion as er, V1ListenPostParametersVersion0 as es, V1ProjectsProjectIdRequestsGetParametersDeployment as et, V1ProjectsProjectIdRequestsGetParametersEndpoint as eu, V1ProjectsProjectIdRequestsGetParametersMethod as ev, V1ProjectsProjectIdRequestsGetParametersStatus as ew, JobType as ex, type AlignmentConfig as ey, type TranscriptionConfig as ez, StreamingSupportedSampleRateEnum as f, HtmlExportOptionsFormat as f$, type RetrieveTranscriptResponseTranslations as f0, type SentimentAnalysisError as f1, SentimentAnalysisErrorType as f2, type SentimentAnalysisResult as f3, type SentimentAnalysisResultSentimentAnalysis as f4, type SentimentChannelSummary as f5, type SentimentSegment as f6, type SentimentSpeakerSummary as f7, type SentimentSummary as f8, type SentimentSummaryDetail as f9, type AdditionalFormatResponseModel as fA, type AdditionalFormats as fB, type BodySpeechToTextV1SpeechToTextPost as fC, type BodySpeechToTextV1SpeechToTextPostCloudStorageUrl as fD, type BodySpeechToTextV1SpeechToTextPostDiarizationThreshold as fE, type BodySpeechToTextV1SpeechToTextPostEntityDetection as fF, type BodySpeechToTextV1SpeechToTextPostEntityRedaction as fG, type BodySpeechToTextV1SpeechToTextPostFile as fH, BodySpeechToTextV1SpeechToTextPostFileFormat as fI, type BodySpeechToTextV1SpeechToTextPostLanguageCode as fJ, BodySpeechToTextV1SpeechToTextPostModelId as fK, type BodySpeechToTextV1SpeechToTextPostNumSpeakers as fL, type BodySpeechToTextV1SpeechToTextPostSeed as fM, type BodySpeechToTextV1SpeechToTextPostSourceUrl as fN, type BodySpeechToTextV1SpeechToTextPostTemperature as fO, BodySpeechToTextV1SpeechToTextPostTimestampsGranularity as fP, type BodySpeechToTextV1SpeechToTextPostWebhookId as fQ, type BodySpeechToTextV1SpeechToTextPostWebhookMetadata as fR, type BodySpeechToTextV1SpeechToTextPostWebhookMetadataAnyOf as fS, type DetectedEntity as fT, type DocxExportOptions as fU, DocxExportOptionsFormat as fV, type DocxExportOptionsMaxSegmentChars as fW, type DocxExportOptionsMaxSegmentDurationS as fX, type DocxExportOptionsSegmentOnSilenceLongerThanS as fY, type ExportOptions as fZ, type HtmlExportOptions as f_, type SpokenFormRecognitionResult as fa, SpokenFormRecognitionResultType as fb, type SummarizationError as fc, SummarizationErrorType as fd, type SummarizationResult as fe, type TopicDetectionError as ff, TopicDetectionErrorType as fg, type TopicDetectionResult as fh, type TopicDetectionSegment as fi, type TopicDetectionSegmentTopic as fj, type TopicDetectionSummary as fk, type TopicDetectionSummaryOverall as fl, type TrackingDataDetails as fm, type TranscriptionConfigAdditionalVocabItem as fn, TranscriptionConfigDiarization as fo, TranscriptionConfigMaxDelayMode as fp, type TranscriptionConfigPunctuationOverrides as fq, type TranscriptionConfigSpeakerDiarizationConfig as fr, type TranscriptionConfigTranscriptFilteringConfig as fs, type TranscriptionConfigTranscriptFilteringConfigReplacementsItem as ft, type TranslationError as fu, TranslationErrorType as fv, type TranslationSentence as fw, type WrittenFormRecognitionResult as fx, WrittenFormRecognitionResultType as fy, type SpeechToTextChunkResponseModel as fz, StreamingSupportedModels as g, type EntityEvent as g$, type HtmlExportOptionsMaxSegmentChars as g0, type HtmlExportOptionsMaxSegmentDurationS as g1, type HtmlExportOptionsSegmentOnSilenceLongerThanS as g2, type PdfExportOptions as g3, PdfExportOptionsFormat as g4, type PdfExportOptionsMaxSegmentChars as g5, type PdfExportOptionsMaxSegmentDurationS as g6, type PdfExportOptionsSegmentOnSilenceLongerThanS as g7, type SegmentedJsonExportOptions as g8, SegmentedJsonExportOptionsFormat as g9, type TxtExportOptionsMaxCharactersPerLine as gA, type TxtExportOptionsMaxSegmentChars as gB, type TxtExportOptionsMaxSegmentDurationS as gC, type TxtExportOptionsSegmentOnSilenceLongerThanS as gD, type SpeechmaticsOperatingPoint as gE, type TranscriptionModel as gF, type TranscriptionLanguage as gG, type AssemblyAIExtendedData as gH, type GladiaExtendedData as gI, type DeepgramExtendedData as gJ, type ElevenLabsExtendedData as gK, type ProviderExtendedDataMap as gL, type StreamingProvider as gM, type BatchOnlyProvider as gN, type SessionStatus as gO, type Speaker as gP, type Word as gQ, type Utterance as gR, type TranscriptionStatus as gS, type TranscriptMetadata as gT, type TranscriptData as gU, type ListTranscriptsResponse as gV, type ProviderRawResponseMap as gW, type StreamEventType as gX, type SpeechEvent as gY, type TranslationEvent as gZ, type SentimentEvent as g_, type SegmentedJsonExportOptionsMaxSegmentChars as ga, type SegmentedJsonExportOptionsMaxSegmentDurationS as gb, type SegmentedJsonExportOptionsSegmentOnSilenceLongerThanS as gc, type SpeechToTextCharacterResponseModel as gd, type SpeechToTextCharacterResponseModelEnd as ge, type SpeechToTextCharacterResponseModelStart as gf, type SpeechToTextChunkResponseModelAdditionalFormats as gg, type SpeechToTextChunkResponseModelAdditionalFormatsAnyOfItem as gh, type SpeechToTextChunkResponseModelAudioDurationSecs as gi, type SpeechToTextChunkResponseModelChannelIndex as gj, type SpeechToTextChunkResponseModelEntities as gk, type SpeechToTextChunkResponseModelTranscriptionId as gl, type SpeechToTextWordResponseModel as gm, type SpeechToTextWordResponseModelCharacters as gn, type SpeechToTextWordResponseModelEnd as go, type SpeechToTextWordResponseModelSpeakerId as gp, type SpeechToTextWordResponseModelStart as gq, SpeechToTextWordResponseModelType as gr, type SrtExportOptions as gs, SrtExportOptionsFormat as gt, type SrtExportOptionsMaxCharactersPerLine as gu, type SrtExportOptionsMaxSegmentChars as gv, type SrtExportOptionsMaxSegmentDurationS as gw, type SrtExportOptionsSegmentOnSilenceLongerThanS as gx, type TxtExportOptions as gy, TxtExportOptionsFormat as gz, type LanguageConfig as h, type SummarizationEvent as h0, type ChapterizationEvent as h1, type AudioAckEvent as h2, type LifecycleEvent as h3, type AudioChunk as h4, type RawWebSocketMessage as h5, type AssemblyAIUpdateConfiguration as h6, type OpenAIStreamingOptions as h7, type SonioxStreamingOptions as h8, type ElevenLabsStreamingOptions as h9, type SpeechmaticsStreamingOptions as ha, type ProviderStreamingOptions as hb, type StreamingOptionsForProvider as hc, type TranscribeStreamParams as hd, type BeginEvent as he, type TurnEvent as hf, type TerminationEvent as hg, type ErrorEvent as hh, type StreamingEventMessage as hi, type StreamingWord as hj, type StreamingForceEndpoint as hk, type PostProcessingConfig as i, type TranscriptionMetadataDTO as j, type TranscriptionDTO as k, type TranslationDTO as l, type SummarizationDTO as m, type SentimentAnalysisDTO as n, type ChapterizationDTO as o, type PreRecordedResponse as p, type UtteranceDTO as q, TranscriptionLanguageCodeEnum as r, TranslationLanguageCodeEnum as s, type NamedEntityRecognitionResult as t, StreamingSupportedRegions as u, type AddonErrorDTO as v, type AudioToLlmDTO as w, type AudioToLlmDTOError as x, type AudioToLlmDTOResults as y, type AudioToLlmListConfigDTO as z };
@@ -1,5 +1,5 @@
1
- import { DeepgramModelCode, DeepgramTopicModeType, DeepgramRedactType, AssemblyAISampleRateType, AssemblyAIEncodingType, AssemblyAISpeechModelType, SonioxRealtimeModelCode, SonioxLanguageCode, ElevenLabsRealtimeModelCode, ElevenLabsAudioFormatType, SonioxModelCode, ElevenLabsModelCode, DeepgramLanguageCode, ElevenLabsLanguageCode, SpeechmaticsLanguageCode, AzureLocaleCode } from './constants.mjs';
2
- import { e as StreamingProviderType, B as BatchOnlyProviderType, T as TranscriptionProvider } from './provider-metadata-BnkedpXm.mjs';
1
+ import { DeepgramModelCode, DeepgramTopicModeType, DeepgramRedactType, AssemblyAISampleRateType, AssemblyAIEncodingType, AssemblyAISpeechModelType, SonioxRealtimeModelCode, SonioxLanguageCode, ElevenLabsRealtimeModelCode, ElevenLabsAudioFormatType, SpeechmaticsRegionType, SonioxModelCode, ElevenLabsModelCode, DeepgramLanguageCode, ElevenLabsLanguageCode, SpeechmaticsLanguageCode, AzureLocaleCode } from './constants.mjs';
2
+ import { e as StreamingProviderType, B as BatchOnlyProviderType, T as TranscriptionProvider } from './provider-metadata-BJ29OPW1.mjs';
3
3
 
4
4
  /**
5
5
  * Unified audio encoding types for Voice Router SDK
@@ -7403,6 +7403,73 @@ interface ElevenLabsStreamingOptions {
7403
7403
  /** Context from previous text to improve continuity */
7404
7404
  previousText?: string;
7405
7405
  }
7406
+ /**
7407
+ * Speechmatics realtime streaming options
7408
+ *
7409
+ * Based on the WebSocket API at wss://{region}.rt.speechmatics.com/v2.
7410
+ * Uses the StartRecognition message to configure the session.
7411
+ *
7412
+ * @see https://docs.speechmatics.com/rt-api-ref
7413
+ */
7414
+ interface SpeechmaticsStreamingOptions {
7415
+ /**
7416
+ * Audio encoding format
7417
+ * @default "pcm_s16le"
7418
+ */
7419
+ encoding?: "pcm_f32le" | "pcm_s16le" | "mulaw";
7420
+ /**
7421
+ * Sample rate in Hz
7422
+ * @default 16000
7423
+ */
7424
+ sampleRate?: number;
7425
+ /** Language code (ISO 639-1, required by Speechmatics) */
7426
+ language?: string;
7427
+ /**
7428
+ * Specialized domain model (e.g., "finance", "medical")
7429
+ * Optimizes the language model for a particular field
7430
+ */
7431
+ domain?: string;
7432
+ /**
7433
+ * Operating point (model accuracy tier)
7434
+ * @default "enhanced"
7435
+ */
7436
+ operatingPoint?: "standard" | "enhanced";
7437
+ /**
7438
+ * Maximum delay in seconds between spoken word and final transcript (0.7-4)
7439
+ * @see https://docs.speechmatics.com/speech-to-text/realtime/output#latency
7440
+ */
7441
+ maxDelay?: number;
7442
+ /**
7443
+ * How max_delay is applied
7444
+ * - "flexible": delay is a guideline (lower latency)
7445
+ * - "fixed": delay is strictly enforced
7446
+ */
7447
+ maxDelayMode?: "flexible" | "fixed";
7448
+ /** Enable partial transcripts (AddPartialTranscript messages) */
7449
+ enablePartials?: boolean;
7450
+ /** Enable entity detection in transcripts */
7451
+ enableEntities?: boolean;
7452
+ /**
7453
+ * Diarization mode
7454
+ * - "none": no diarization
7455
+ * - "speaker": speaker diarization enabled
7456
+ */
7457
+ diarization?: "none" | "speaker";
7458
+ /** Maximum number of speakers to detect (min 2) */
7459
+ maxSpeakers?: number;
7460
+ /** Additional vocabulary terms to boost recognition */
7461
+ additionalVocab?: string[];
7462
+ /** Conversation configuration for VAD/end-of-utterance */
7463
+ conversationConfig?: {
7464
+ /** Silence duration in seconds to trigger end-of-utterance (0-2) */
7465
+ endOfUtteranceSilenceTrigger?: number;
7466
+ };
7467
+ /**
7468
+ * Regional endpoint override
7469
+ * Defaults to region from adapter config, or "eu1"
7470
+ */
7471
+ region?: SpeechmaticsRegionType;
7472
+ }
7406
7473
  /**
7407
7474
  * Union of all provider-specific streaming options
7408
7475
  */
@@ -7418,11 +7485,13 @@ type ProviderStreamingOptions = ({
7418
7485
  provider: "soniox";
7419
7486
  } & SonioxStreamingOptions) | ({
7420
7487
  provider: "elevenlabs";
7421
- } & ElevenLabsStreamingOptions);
7488
+ } & ElevenLabsStreamingOptions) | ({
7489
+ provider: "speechmatics";
7490
+ } & SpeechmaticsStreamingOptions);
7422
7491
  /**
7423
7492
  * Type-safe streaming options for a specific provider
7424
7493
  */
7425
- type StreamingOptionsForProvider<P extends StreamingProvider> = P extends "gladia" ? GladiaStreamingOptions : P extends "deepgram" ? DeepgramStreamingOptions : P extends "assemblyai" ? AssemblyAIStreamingOptions : P extends "openai-whisper" ? OpenAIStreamingOptions : P extends "soniox" ? SonioxStreamingOptions : P extends "elevenlabs" ? ElevenLabsStreamingOptions : never;
7494
+ type StreamingOptionsForProvider<P extends StreamingProvider> = P extends "gladia" ? GladiaStreamingOptions : P extends "deepgram" ? DeepgramStreamingOptions : P extends "assemblyai" ? AssemblyAIStreamingOptions : P extends "openai-whisper" ? OpenAIStreamingOptions : P extends "soniox" ? SonioxStreamingOptions : P extends "elevenlabs" ? ElevenLabsStreamingOptions : P extends "speechmatics" ? SpeechmaticsStreamingOptions : never;
7426
7495
  /**
7427
7496
  * Type-safe transcribeStream parameters for a specific provider
7428
7497
  */
@@ -7808,7 +7877,6 @@ type StreamingProvider = StreamingProviderType;
7808
7877
  * Providers that only support batch/async transcription
7809
7878
  *
7810
7879
  * Automatically derived from providers where streaming is false or undefined.
7811
- * Note: Speechmatics has a WebSocket API but streaming is not yet implemented in this SDK.
7812
7880
  */
7813
7881
  type BatchOnlyProvider = BatchOnlyProviderType;
7814
7882
  /**
@@ -8623,6 +8691,29 @@ interface StreamingOptions extends Omit<TranscribeOptions, "webhookUrl"> {
8623
8691
  * ```
8624
8692
  */
8625
8693
  elevenlabsStreaming?: ElevenLabsStreamingOptions;
8694
+ /**
8695
+ * Speechmatics-specific streaming options
8696
+ *
8697
+ * Configure the Speechmatics WebSocket connection for real-time transcription.
8698
+ * Supports speaker diarization, partial transcripts, custom vocabulary, and domain models.
8699
+ *
8700
+ * @see https://docs.speechmatics.com/rt-api-ref
8701
+ *
8702
+ * @example
8703
+ * ```typescript
8704
+ * await adapter.transcribeStream({
8705
+ * speechmaticsStreaming: {
8706
+ * language: 'en',
8707
+ * operatingPoint: 'enhanced',
8708
+ * enablePartials: true,
8709
+ * diarization: 'speaker',
8710
+ * maxDelay: 2,
8711
+ * maxDelayMode: 'flexible'
8712
+ * }
8713
+ * });
8714
+ * ```
8715
+ */
8716
+ speechmaticsStreaming?: SpeechmaticsStreamingOptions;
8626
8717
  /**
8627
8718
  * Regional endpoint for streaming (Gladia only)
8628
8719
  *
@@ -10271,4 +10362,4 @@ interface SpeechToTextChunkResponseModel {
10271
10362
  audio_duration_secs?: SpeechToTextChunkResponseModelAudioDurationSecs;
10272
10363
  }
10273
10364
 
10274
- export { type CustomSpellingConfigDTO as $, type AssemblyAIStreamingOptions as A, type AudioToLlmListDTO as B, type CallbackConfig as C, type DeepgramStreamingOptions as D, type AudioToLlmListDTOError as E, type FileResponse as F, type GladiaStreamingOptions as G, type AudioToLlmResultDTO as H, type CallbackConfigDto as I, CallbackMethodEnum as J, type CallbackTranscriptionErrorPayload as K, type ListTranscriptsOptions as L, type MessagesConfig as M, type NamedEntityRecognitionDTO as N, type CallbackTranscriptionErrorPayloadCustomMetadata as O, type PreProcessingConfig as P, CallbackTranscriptionErrorPayloadEvent as Q, type RealtimeProcessingConfig as R, type StreamingOptions as S, type TranscribeOptions as T, type UnifiedTranscriptResponse as U, type CallbackTranscriptionSuccessPayload as V, type WordDTO as W, type CallbackTranscriptionSuccessPayloadCustomMetadata as X, CallbackTranscriptionSuccessPayloadEvent as Y, type ChapterizationDTOError as Z, type ChapterizationDTOResults as _, type StreamingCallbacks as a, type ContentSafetyLabelsResultSummary as a$, type CustomSpellingConfigDTOSpellingDictionary as a0, type CustomVocabularyConfigDTO as a1, type CustomVocabularyConfigDTOVocabularyItem as a2, type CustomVocabularyEntryDTO as a3, type DiarizationConfigDTO as a4, type DiarizationDTO as a5, type DiarizationDTOError as a6, type DisplayModeDTO as a7, type DisplayModeDTOError as a8, type ErrorDTO as a9, type StructuredDataExtractionDTOError as aA, type SubtitleDTO as aB, type SubtitlesConfigDTO as aC, SubtitlesFormatEnum as aD, SubtitlesStyleEnum as aE, type SummarizationConfigDTO as aF, type SummarizationDTOError as aG, SummaryTypesEnum as aH, TranscriptionControllerListV2KindItem as aI, type TranscriptionControllerListV2Params as aJ, TranscriptionControllerListV2StatusItem as aK, type TranscriptionResultDTO as aL, type TranslationConfigDTO as aM, type TranslationDTOError as aN, TranslationModelEnum as aO, type TranslationResultDTO as aP, type TranslationResultDTOError as aQ, TranscriptStatus as aR, type TranscriptWord as aS, AudioIntelligenceModelStatus as aT, type AutoHighlightResult as aU, type AutoHighlightsResult as aV, type Chapter$1 as aW, type ContentSafetyLabel as aX, type ContentSafetyLabelResult as aY, type ContentSafetyLabelsResult as aZ, type ContentSafetyLabelsResultSeverityScoreSummary as a_, type InitTranscriptionRequest as aa, type InitTranscriptionRequestCustomMetadata as ab, type ModerationDTO as ac, type ModerationDTOError as ad, type NamedEntityRecognitionDTOError as ae, type NamesConsistencyDTO as af, type NamesConsistencyDTOError as ag, type PiiRedactionConfigDTO as ah, PiiRedactionConfigDTOProcessedTextType as ai, PiiRedactionEntityTypeEnum as aj, type PreRecordedRequestParamsResponse as ak, type PreRecordedResponseCustomMetadata as al, type PreRecordedResponseFile as am, PreRecordedResponseKind as an, type PreRecordedResponsePostSessionMetadata as ao, type PreRecordedResponseRequestParams as ap, type PreRecordedResponseResult as aq, PreRecordedResponseStatus as ar, type SentencesDTO as as, type SentencesDTOError as at, type SentimentAnalysisDTOError as au, type SpeakerReidentificationDTO as av, type SpeakerReidentificationDTOError as aw, type StreamingRequest as ax, type StreamingRequestCustomMetadata as ay, type StructuredDataExtractionDTO as az, type StreamingSession as b, type TranscriptOptionalParamsSpeakerOptions as b$, type CustomFormattingRequestBody as b0, type CustomFormattingRequestBodyCustomFormatting as b1, type CustomFormattingResponse as b2, type CustomFormattingResponseCustomFormatting as b3, type CustomFormattingResponseCustomFormattingMapping as b4, type Entity as b5, EntityType as b6, type ListTranscriptsParams as b7, PiiPolicy as b8, RedactPiiAudioQuality as b9, type TranscriptAutoHighlightsResult as bA, type TranscriptChapters as bB, type TranscriptConfidence as bC, type TranscriptContentSafety as bD, type TranscriptContentSafetyLabels as bE, type TranscriptCustomSpelling as bF, type TranscriptCustomSpellingProperty as bG, type TranscriptCustomTopics as bH, type TranscriptDisfluencies as bI, type TranscriptDomain as bJ, type TranscriptEntities as bK, type TranscriptEntityDetection as bL, type TranscriptFilterProfanity as bM, type TranscriptFormatText as bN, type TranscriptIabCategories as bO, type TranscriptIabCategoriesResult as bP, TranscriptLanguageCode as bQ, type TranscriptLanguageCodes as bR, type TranscriptLanguageConfidence as bS, type TranscriptLanguageConfidenceThreshold as bT, type TranscriptLanguageDetection as bU, type TranscriptLanguageDetectionOptions as bV, type TranscriptMultichannel as bW, type TranscriptOptionalParamsLanguageDetectionOptions as bX, type TranscriptOptionalParamsRedactPiiAudioOptions as bY, TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethod as bZ, TranscriptOptionalParamsRemoveAudioTags as b_, Sentiment as ba, type SentimentAnalysisResult$1 as bb, type SentimentAnalysisResultChannel as bc, type SentimentAnalysisResultSpeaker as bd, type SeverityScoreSummary as be, type SpeakerIdentificationRequestBody as bf, type SpeakerIdentificationRequestBodySpeakerIdentification as bg, SpeakerIdentificationRequestBodySpeakerIdentificationSpeakerType as bh, type SpeakerIdentificationRequestBodySpeakerIdentificationSpeakersItems as bi, type SpeakerIdentificationResponse as bj, type SpeakerIdentificationResponseSpeakerIdentification as bk, type SpeakerIdentificationResponseSpeakerIdentificationMapping as bl, type SpeechModel as bm, SubstitutionPolicy as bn, SummaryModel as bo, SummaryType as bp, type Timestamp as bq, type TopicDetectionModelResult as br, type TopicDetectionModelResultSummary as bs, type TopicDetectionResult$1 as bt, type TopicDetectionResultLabelsItems as bu, type Transcript as bv, type TranscriptAudioDuration as bw, type TranscriptAudioEndAt as bx, type TranscriptAudioStartFrom as by, type TranscriptAutoChapters as bz, type StreamEvent as c, type TranscriptionCustomProperties as c$, type TranscriptOptionalParamsSpeechUnderstanding as c0, type TranscriptOptionalParamsSpeechUnderstandingRequest as c1, type TranscriptParams as c2, type TranscriptParamsDomain as c3, type TranscriptParamsLanguageCode as c4, type TranscriptParamsLanguageCodes as c5, type TranscriptParamsRedactPiiSub as c6, type TranscriptParamsRemoveAudioTags as c7, type TranscriptParamsSpeakersExpected as c8, type TranscriptParamsSpeechThreshold as c9, type TranscriptTranslatedTexts as cA, type TranscriptUtterance as cB, type TranscriptUtteranceChannel as cC, type TranscriptUtteranceTranslatedTexts as cD, type TranscriptUtterances as cE, type TranscriptWebhookAuthHeaderName as cF, type TranscriptWebhookStatusCode as cG, type TranscriptWebhookUrl as cH, type TranscriptWordChannel as cI, type TranscriptWordSpeaker as cJ, type TranscriptWords as cK, type TranslationRequestBody as cL, type TranslationRequestBodyTranslation as cM, type TranslationResponse as cN, type TranslationResponseTranslation as cO, type StreamingUpdateConfiguration as cP, type Transcription as cQ, type EntityError as cR, Status as cS, type EntityReference as cT, type DiarizationProperties as cU, type DiarizationSpeakersProperties as cV, LanguageIdentificationMode as cW, type LanguageIdentificationProperties as cX, type LanguageIdentificationPropertiesSpeechModelMapping as cY, ProfanityFilterMode as cZ, PunctuationMode as c_, type TranscriptParamsWebhookAuthHeaderName as ca, type TranscriptParamsWebhookAuthHeaderValue as cb, type TranscriptPunctuate as cc, type TranscriptRedactPiiAudio as cd, type TranscriptRedactPiiAudioOptions as ce, TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod as cf, type TranscriptRedactPiiAudioQuality as cg, type TranscriptRedactPiiPolicies as ch, TranscriptRemoveAudioTags as ci, type TranscriptRemoveAudioTagsProperty as cj, type TranscriptSentimentAnalysis as ck, type TranscriptSentimentAnalysisResults as cl, type TranscriptSpeakerLabels as cm, type TranscriptSpeakersExpected as cn, type TranscriptSpeechModel as co, type TranscriptSpeechModels as cp, type TranscriptSpeechThreshold as cq, type TranscriptSpeechUnderstanding as cr, type TranscriptSpeechUnderstandingRequest as cs, type TranscriptSpeechUnderstandingResponse as ct, type TranscriptSpeedBoost as cu, type TranscriptSummary as cv, type TranscriptSummaryModel as cw, type TranscriptSummaryType as cx, type TranscriptText as cy, type TranscriptThrottled as cz, StreamingSupportedEncodingEnum as d, type SharedIntentsResultsIntents as d$, type TranscriptionLinks as d0, type TranscriptionProperties as d1, type TranscriptTextUsageTokens as d2, type TranscriptionSegment as d3, type RealtimeSessionCreateRequestGAModel as d4, RealtimeTranscriptionSessionCreateRequestTurnDetectionType as d5, RealtimeTranscriptionSessionCreateRequestInputAudioFormat as d6, AudioResponseFormat as d7, type CreateTranscription200One as d8, type CreateTranscriptionRequest as d9, type SharedSentiments as dA, type ListProjectRequestsParams as dB, type ListenTranscribeParams as dC, type ListenV1ResponseMetadata as dD, type ListenV1ResponseMetadataIntentsInfo as dE, type ListenV1ResponseMetadataModelInfo as dF, type ListenV1ResponseMetadataSentimentInfo as dG, type ListenV1ResponseMetadataSummaryInfo as dH, type ListenV1ResponseMetadataTopicsInfo as dI, type ListenV1ResponseResults as dJ, type ListenV1ResponseResultsChannels as dK, type ListenV1ResponseResultsChannelsItems as dL, type ListenV1ResponseResultsChannelsItemsAlternativesItems as dM, type ListenV1ResponseResultsChannelsItemsAlternativesItemsEntitiesItems as dN, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphs as dO, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphsParagraphsItems as dP, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphsParagraphsItemsSentencesItems as dQ, type ListenV1ResponseResultsChannelsItemsAlternativesItemsSummariesItems as dR, type ListenV1ResponseResultsChannelsItemsAlternativesItemsTopicsItems as dS, type ListenV1ResponseResultsChannelsItemsAlternativesItemsWordsItems as dT, type ListenV1ResponseResultsChannelsItemsSearchItems as dU, type ListenV1ResponseResultsChannelsItemsSearchItemsHitsItems as dV, type ListenV1ResponseResultsSummary as dW, type ListenV1ResponseResultsUtterances as dX, type ListenV1ResponseResultsUtterancesItems as dY, type ListenV1ResponseResultsUtterancesItemsWordsItems as dZ, type SharedIntentsResults as d_, type CreateTranscriptionRequestChunkingStrategy as da, type CreateTranscriptionRequestChunkingStrategyAnyOf as db, type CreateTranscriptionRequestModel as dc, type CreateTranscriptionRequestStream as dd, CreateTranscriptionRequestTimestampGranularitiesItem as de, type CreateTranscriptionResponseDiarizedJson as df, CreateTranscriptionResponseDiarizedJsonTask as dg, type CreateTranscriptionResponseDiarizedJsonUsage as dh, type CreateTranscriptionResponseJson as di, type CreateTranscriptionResponseJsonLogprobsItem as dj, type CreateTranscriptionResponseJsonUsage as dk, type CreateTranscriptionResponseVerboseJson as dl, type TranscriptTextUsageDuration as dm, TranscriptTextUsageDurationType as dn, type TranscriptTextUsageTokensInputTokenDetails as dp, TranscriptTextUsageTokensType as dq, type TranscriptionDiarizedSegment as dr, TranscriptionDiarizedSegmentType as ds, TranscriptionInclude as dt, type TranscriptionWord as du, type VadConfig as dv, VadConfigType as dw, type ListenV1Response as dx, type SharedTopics as dy, type SharedIntents as dz, StreamingSupportedBitDepthEnum as e, type RetrieveTranscriptResponseAudioEventSummaryChannels as e$, type SharedIntentsResultsIntentsSegmentsItems as e0, type SharedIntentsResultsIntentsSegmentsItemsIntentsItems as e1, type SharedSentimentsAverage as e2, type SharedSentimentsSegmentsItems as e3, type SharedTopicsResults as e4, type SharedTopicsResultsTopics as e5, type SharedTopicsResultsTopicsSegmentsItems as e6, type SharedTopicsResultsTopicsSegmentsItemsTopicsItems as e7, V1ListenPostParametersCallbackMethod as e8, type V1ListenPostParametersCustomIntent as e9, type TrackingData as eA, type OutputConfig as eB, OperatingPoint as eC, type AudioEventItem as eD, type AudioEventSummary as eE, type AudioEventSummaryItem as eF, type AutoChaptersResult as eG, type AutoChaptersResultError as eH, AutoChaptersResultErrorType as eI, type Chapter as eJ, type JobInfo as eK, type LanguageIdentificationResult as eL, type LanguageIdentificationResultAlternative as eM, LanguageIdentificationResultError as eN, type LanguageIdentificationResultItem as eO, type LanguagePackInfo as eP, LanguagePackInfoWritingDirection as eQ, type OutputConfigSrtOverrides as eR, type RecognitionAlternative as eS, type RecognitionDisplay as eT, RecognitionDisplayDirection as eU, type RecognitionMetadata as eV, type RecognitionResult as eW, RecognitionResultAttachesTo as eX, RecognitionResultType as eY, type RetrieveTranscriptResponse as eZ, type RetrieveTranscriptResponseAudioEventSummary as e_, V1ListenPostParametersCustomIntentMode as ea, type V1ListenPostParametersCustomTopic as eb, V1ListenPostParametersCustomTopicMode as ec, type V1ListenPostParametersDetectLanguage as ed, V1ListenPostParametersEncoding as ee, type V1ListenPostParametersExtra as ef, type V1ListenPostParametersKeywords as eg, type V1ListenPostParametersModel as eh, V1ListenPostParametersModel0 as ei, type V1ListenPostParametersRedact as ej, type V1ListenPostParametersRedact1 as ek, V1ListenPostParametersRedactSchemaOneOf1Items as el, type V1ListenPostParametersReplace as em, type V1ListenPostParametersSearch as en, type V1ListenPostParametersSummarize as eo, V1ListenPostParametersSummarize0 as ep, type V1ListenPostParametersTag as eq, type V1ListenPostParametersVersion as er, V1ListenPostParametersVersion0 as es, V1ProjectsProjectIdRequestsGetParametersDeployment as et, V1ProjectsProjectIdRequestsGetParametersEndpoint as eu, V1ProjectsProjectIdRequestsGetParametersMethod as ev, V1ProjectsProjectIdRequestsGetParametersStatus as ew, JobType as ex, type AlignmentConfig as ey, type TranscriptionConfig as ez, StreamingSupportedSampleRateEnum as f, HtmlExportOptionsFormat as f$, type RetrieveTranscriptResponseTranslations as f0, type SentimentAnalysisError as f1, SentimentAnalysisErrorType as f2, type SentimentAnalysisResult as f3, type SentimentAnalysisResultSentimentAnalysis as f4, type SentimentChannelSummary as f5, type SentimentSegment as f6, type SentimentSpeakerSummary as f7, type SentimentSummary as f8, type SentimentSummaryDetail as f9, type AdditionalFormatResponseModel as fA, type AdditionalFormats as fB, type BodySpeechToTextV1SpeechToTextPost as fC, type BodySpeechToTextV1SpeechToTextPostCloudStorageUrl as fD, type BodySpeechToTextV1SpeechToTextPostDiarizationThreshold as fE, type BodySpeechToTextV1SpeechToTextPostEntityDetection as fF, type BodySpeechToTextV1SpeechToTextPostEntityRedaction as fG, type BodySpeechToTextV1SpeechToTextPostFile as fH, BodySpeechToTextV1SpeechToTextPostFileFormat as fI, type BodySpeechToTextV1SpeechToTextPostLanguageCode as fJ, BodySpeechToTextV1SpeechToTextPostModelId as fK, type BodySpeechToTextV1SpeechToTextPostNumSpeakers as fL, type BodySpeechToTextV1SpeechToTextPostSeed as fM, type BodySpeechToTextV1SpeechToTextPostSourceUrl as fN, type BodySpeechToTextV1SpeechToTextPostTemperature as fO, BodySpeechToTextV1SpeechToTextPostTimestampsGranularity as fP, type BodySpeechToTextV1SpeechToTextPostWebhookId as fQ, type BodySpeechToTextV1SpeechToTextPostWebhookMetadata as fR, type BodySpeechToTextV1SpeechToTextPostWebhookMetadataAnyOf as fS, type DetectedEntity as fT, type DocxExportOptions as fU, DocxExportOptionsFormat as fV, type DocxExportOptionsMaxSegmentChars as fW, type DocxExportOptionsMaxSegmentDurationS as fX, type DocxExportOptionsSegmentOnSilenceLongerThanS as fY, type ExportOptions as fZ, type HtmlExportOptions as f_, type SpokenFormRecognitionResult as fa, SpokenFormRecognitionResultType as fb, type SummarizationError as fc, SummarizationErrorType as fd, type SummarizationResult as fe, type TopicDetectionError as ff, TopicDetectionErrorType as fg, type TopicDetectionResult as fh, type TopicDetectionSegment as fi, type TopicDetectionSegmentTopic as fj, type TopicDetectionSummary as fk, type TopicDetectionSummaryOverall as fl, type TrackingDataDetails as fm, type TranscriptionConfigAdditionalVocabItem as fn, TranscriptionConfigDiarization as fo, TranscriptionConfigMaxDelayMode as fp, type TranscriptionConfigPunctuationOverrides as fq, type TranscriptionConfigSpeakerDiarizationConfig as fr, type TranscriptionConfigTranscriptFilteringConfig as fs, type TranscriptionConfigTranscriptFilteringConfigReplacementsItem as ft, type TranslationError as fu, TranslationErrorType as fv, type TranslationSentence as fw, type WrittenFormRecognitionResult as fx, WrittenFormRecognitionResultType as fy, type SpeechToTextChunkResponseModel as fz, StreamingSupportedModels as g, type EntityEvent as g$, type HtmlExportOptionsMaxSegmentChars as g0, type HtmlExportOptionsMaxSegmentDurationS as g1, type HtmlExportOptionsSegmentOnSilenceLongerThanS as g2, type PdfExportOptions as g3, PdfExportOptionsFormat as g4, type PdfExportOptionsMaxSegmentChars as g5, type PdfExportOptionsMaxSegmentDurationS as g6, type PdfExportOptionsSegmentOnSilenceLongerThanS as g7, type SegmentedJsonExportOptions as g8, SegmentedJsonExportOptionsFormat as g9, type TxtExportOptionsMaxCharactersPerLine as gA, type TxtExportOptionsMaxSegmentChars as gB, type TxtExportOptionsMaxSegmentDurationS as gC, type TxtExportOptionsSegmentOnSilenceLongerThanS as gD, type SpeechmaticsOperatingPoint as gE, type TranscriptionModel as gF, type TranscriptionLanguage as gG, type AssemblyAIExtendedData as gH, type GladiaExtendedData as gI, type DeepgramExtendedData as gJ, type ElevenLabsExtendedData as gK, type ProviderExtendedDataMap as gL, type StreamingProvider as gM, type BatchOnlyProvider as gN, type SessionStatus as gO, type Speaker as gP, type Word as gQ, type Utterance as gR, type TranscriptionStatus as gS, type TranscriptMetadata as gT, type TranscriptData as gU, type ListTranscriptsResponse as gV, type ProviderRawResponseMap as gW, type StreamEventType as gX, type SpeechEvent as gY, type TranslationEvent as gZ, type SentimentEvent as g_, type SegmentedJsonExportOptionsMaxSegmentChars as ga, type SegmentedJsonExportOptionsMaxSegmentDurationS as gb, type SegmentedJsonExportOptionsSegmentOnSilenceLongerThanS as gc, type SpeechToTextCharacterResponseModel as gd, type SpeechToTextCharacterResponseModelEnd as ge, type SpeechToTextCharacterResponseModelStart as gf, type SpeechToTextChunkResponseModelAdditionalFormats as gg, type SpeechToTextChunkResponseModelAdditionalFormatsAnyOfItem as gh, type SpeechToTextChunkResponseModelAudioDurationSecs as gi, type SpeechToTextChunkResponseModelChannelIndex as gj, type SpeechToTextChunkResponseModelEntities as gk, type SpeechToTextChunkResponseModelTranscriptionId as gl, type SpeechToTextWordResponseModel as gm, type SpeechToTextWordResponseModelCharacters as gn, type SpeechToTextWordResponseModelEnd as go, type SpeechToTextWordResponseModelSpeakerId as gp, type SpeechToTextWordResponseModelStart as gq, SpeechToTextWordResponseModelType as gr, type SrtExportOptions as gs, SrtExportOptionsFormat as gt, type SrtExportOptionsMaxCharactersPerLine as gu, type SrtExportOptionsMaxSegmentChars as gv, type SrtExportOptionsMaxSegmentDurationS as gw, type SrtExportOptionsSegmentOnSilenceLongerThanS as gx, type TxtExportOptions as gy, TxtExportOptionsFormat as gz, type LanguageConfig as h, type SummarizationEvent as h0, type ChapterizationEvent as h1, type AudioAckEvent as h2, type LifecycleEvent as h3, type AudioChunk as h4, type RawWebSocketMessage as h5, type AssemblyAIUpdateConfiguration as h6, type OpenAIStreamingOptions as h7, type SonioxStreamingOptions as h8, type ElevenLabsStreamingOptions as h9, type ProviderStreamingOptions as ha, type StreamingOptionsForProvider as hb, type TranscribeStreamParams as hc, type BeginEvent as hd, type TurnEvent as he, type TerminationEvent as hf, type ErrorEvent as hg, type StreamingEventMessage as hh, type StreamingWord as hi, type StreamingForceEndpoint as hj, type PostProcessingConfig as i, type TranscriptionMetadataDTO as j, type TranscriptionDTO as k, type TranslationDTO as l, type SummarizationDTO as m, type SentimentAnalysisDTO as n, type ChapterizationDTO as o, type PreRecordedResponse as p, type UtteranceDTO as q, TranscriptionLanguageCodeEnum as r, TranslationLanguageCodeEnum as s, type NamedEntityRecognitionResult as t, StreamingSupportedRegions as u, type AddonErrorDTO as v, type AudioToLlmDTO as w, type AudioToLlmDTOError as x, type AudioToLlmDTOResults as y, type AudioToLlmListConfigDTO as z };
10365
+ export { type CustomSpellingConfigDTO as $, type AssemblyAIStreamingOptions as A, type AudioToLlmListDTO as B, type CallbackConfig as C, type DeepgramStreamingOptions as D, type AudioToLlmListDTOError as E, type FileResponse as F, type GladiaStreamingOptions as G, type AudioToLlmResultDTO as H, type CallbackConfigDto as I, CallbackMethodEnum as J, type CallbackTranscriptionErrorPayload as K, type ListTranscriptsOptions as L, type MessagesConfig as M, type NamedEntityRecognitionDTO as N, type CallbackTranscriptionErrorPayloadCustomMetadata as O, type PreProcessingConfig as P, CallbackTranscriptionErrorPayloadEvent as Q, type RealtimeProcessingConfig as R, type StreamingOptions as S, type TranscribeOptions as T, type UnifiedTranscriptResponse as U, type CallbackTranscriptionSuccessPayload as V, type WordDTO as W, type CallbackTranscriptionSuccessPayloadCustomMetadata as X, CallbackTranscriptionSuccessPayloadEvent as Y, type ChapterizationDTOError as Z, type ChapterizationDTOResults as _, type StreamingCallbacks as a, type ContentSafetyLabelsResultSummary as a$, type CustomSpellingConfigDTOSpellingDictionary as a0, type CustomVocabularyConfigDTO as a1, type CustomVocabularyConfigDTOVocabularyItem as a2, type CustomVocabularyEntryDTO as a3, type DiarizationConfigDTO as a4, type DiarizationDTO as a5, type DiarizationDTOError as a6, type DisplayModeDTO as a7, type DisplayModeDTOError as a8, type ErrorDTO as a9, type StructuredDataExtractionDTOError as aA, type SubtitleDTO as aB, type SubtitlesConfigDTO as aC, SubtitlesFormatEnum as aD, SubtitlesStyleEnum as aE, type SummarizationConfigDTO as aF, type SummarizationDTOError as aG, SummaryTypesEnum as aH, TranscriptionControllerListV2KindItem as aI, type TranscriptionControllerListV2Params as aJ, TranscriptionControllerListV2StatusItem as aK, type TranscriptionResultDTO as aL, type TranslationConfigDTO as aM, type TranslationDTOError as aN, TranslationModelEnum as aO, type TranslationResultDTO as aP, type TranslationResultDTOError as aQ, TranscriptStatus as aR, type TranscriptWord as aS, AudioIntelligenceModelStatus as aT, type AutoHighlightResult as aU, type AutoHighlightsResult as aV, type Chapter$1 as aW, type ContentSafetyLabel as aX, type ContentSafetyLabelResult as aY, type ContentSafetyLabelsResult as aZ, type ContentSafetyLabelsResultSeverityScoreSummary as a_, type InitTranscriptionRequest as aa, type InitTranscriptionRequestCustomMetadata as ab, type ModerationDTO as ac, type ModerationDTOError as ad, type NamedEntityRecognitionDTOError as ae, type NamesConsistencyDTO as af, type NamesConsistencyDTOError as ag, type PiiRedactionConfigDTO as ah, PiiRedactionConfigDTOProcessedTextType as ai, PiiRedactionEntityTypeEnum as aj, type PreRecordedRequestParamsResponse as ak, type PreRecordedResponseCustomMetadata as al, type PreRecordedResponseFile as am, PreRecordedResponseKind as an, type PreRecordedResponsePostSessionMetadata as ao, type PreRecordedResponseRequestParams as ap, type PreRecordedResponseResult as aq, PreRecordedResponseStatus as ar, type SentencesDTO as as, type SentencesDTOError as at, type SentimentAnalysisDTOError as au, type SpeakerReidentificationDTO as av, type SpeakerReidentificationDTOError as aw, type StreamingRequest as ax, type StreamingRequestCustomMetadata as ay, type StructuredDataExtractionDTO as az, type StreamingSession as b, type TranscriptOptionalParamsSpeakerOptions as b$, type CustomFormattingRequestBody as b0, type CustomFormattingRequestBodyCustomFormatting as b1, type CustomFormattingResponse as b2, type CustomFormattingResponseCustomFormatting as b3, type CustomFormattingResponseCustomFormattingMapping as b4, type Entity as b5, EntityType as b6, type ListTranscriptsParams as b7, PiiPolicy as b8, RedactPiiAudioQuality as b9, type TranscriptAutoHighlightsResult as bA, type TranscriptChapters as bB, type TranscriptConfidence as bC, type TranscriptContentSafety as bD, type TranscriptContentSafetyLabels as bE, type TranscriptCustomSpelling as bF, type TranscriptCustomSpellingProperty as bG, type TranscriptCustomTopics as bH, type TranscriptDisfluencies as bI, type TranscriptDomain as bJ, type TranscriptEntities as bK, type TranscriptEntityDetection as bL, type TranscriptFilterProfanity as bM, type TranscriptFormatText as bN, type TranscriptIabCategories as bO, type TranscriptIabCategoriesResult as bP, TranscriptLanguageCode as bQ, type TranscriptLanguageCodes as bR, type TranscriptLanguageConfidence as bS, type TranscriptLanguageConfidenceThreshold as bT, type TranscriptLanguageDetection as bU, type TranscriptLanguageDetectionOptions as bV, type TranscriptMultichannel as bW, type TranscriptOptionalParamsLanguageDetectionOptions as bX, type TranscriptOptionalParamsRedactPiiAudioOptions as bY, TranscriptOptionalParamsRedactPiiAudioOptionsOverrideAudioRedactionMethod as bZ, TranscriptOptionalParamsRemoveAudioTags as b_, Sentiment as ba, type SentimentAnalysisResult$1 as bb, type SentimentAnalysisResultChannel as bc, type SentimentAnalysisResultSpeaker as bd, type SeverityScoreSummary as be, type SpeakerIdentificationRequestBody as bf, type SpeakerIdentificationRequestBodySpeakerIdentification as bg, SpeakerIdentificationRequestBodySpeakerIdentificationSpeakerType as bh, type SpeakerIdentificationRequestBodySpeakerIdentificationSpeakersItems as bi, type SpeakerIdentificationResponse as bj, type SpeakerIdentificationResponseSpeakerIdentification as bk, type SpeakerIdentificationResponseSpeakerIdentificationMapping as bl, type SpeechModel as bm, SubstitutionPolicy as bn, SummaryModel as bo, SummaryType as bp, type Timestamp as bq, type TopicDetectionModelResult as br, type TopicDetectionModelResultSummary as bs, type TopicDetectionResult$1 as bt, type TopicDetectionResultLabelsItems as bu, type Transcript as bv, type TranscriptAudioDuration as bw, type TranscriptAudioEndAt as bx, type TranscriptAudioStartFrom as by, type TranscriptAutoChapters as bz, type StreamEvent as c, type TranscriptionCustomProperties as c$, type TranscriptOptionalParamsSpeechUnderstanding as c0, type TranscriptOptionalParamsSpeechUnderstandingRequest as c1, type TranscriptParams as c2, type TranscriptParamsDomain as c3, type TranscriptParamsLanguageCode as c4, type TranscriptParamsLanguageCodes as c5, type TranscriptParamsRedactPiiSub as c6, type TranscriptParamsRemoveAudioTags as c7, type TranscriptParamsSpeakersExpected as c8, type TranscriptParamsSpeechThreshold as c9, type TranscriptTranslatedTexts as cA, type TranscriptUtterance as cB, type TranscriptUtteranceChannel as cC, type TranscriptUtteranceTranslatedTexts as cD, type TranscriptUtterances as cE, type TranscriptWebhookAuthHeaderName as cF, type TranscriptWebhookStatusCode as cG, type TranscriptWebhookUrl as cH, type TranscriptWordChannel as cI, type TranscriptWordSpeaker as cJ, type TranscriptWords as cK, type TranslationRequestBody as cL, type TranslationRequestBodyTranslation as cM, type TranslationResponse as cN, type TranslationResponseTranslation as cO, type StreamingUpdateConfiguration as cP, type Transcription as cQ, type EntityError as cR, Status as cS, type EntityReference as cT, type DiarizationProperties as cU, type DiarizationSpeakersProperties as cV, LanguageIdentificationMode as cW, type LanguageIdentificationProperties as cX, type LanguageIdentificationPropertiesSpeechModelMapping as cY, ProfanityFilterMode as cZ, PunctuationMode as c_, type TranscriptParamsWebhookAuthHeaderName as ca, type TranscriptParamsWebhookAuthHeaderValue as cb, type TranscriptPunctuate as cc, type TranscriptRedactPiiAudio as cd, type TranscriptRedactPiiAudioOptions as ce, TranscriptRedactPiiAudioOptionsOverrideAudioRedactionMethod as cf, type TranscriptRedactPiiAudioQuality as cg, type TranscriptRedactPiiPolicies as ch, TranscriptRemoveAudioTags as ci, type TranscriptRemoveAudioTagsProperty as cj, type TranscriptSentimentAnalysis as ck, type TranscriptSentimentAnalysisResults as cl, type TranscriptSpeakerLabels as cm, type TranscriptSpeakersExpected as cn, type TranscriptSpeechModel as co, type TranscriptSpeechModels as cp, type TranscriptSpeechThreshold as cq, type TranscriptSpeechUnderstanding as cr, type TranscriptSpeechUnderstandingRequest as cs, type TranscriptSpeechUnderstandingResponse as ct, type TranscriptSpeedBoost as cu, type TranscriptSummary as cv, type TranscriptSummaryModel as cw, type TranscriptSummaryType as cx, type TranscriptText as cy, type TranscriptThrottled as cz, StreamingSupportedEncodingEnum as d, type SharedIntentsResultsIntents as d$, type TranscriptionLinks as d0, type TranscriptionProperties as d1, type TranscriptTextUsageTokens as d2, type TranscriptionSegment as d3, type RealtimeSessionCreateRequestGAModel as d4, RealtimeTranscriptionSessionCreateRequestTurnDetectionType as d5, RealtimeTranscriptionSessionCreateRequestInputAudioFormat as d6, AudioResponseFormat as d7, type CreateTranscription200One as d8, type CreateTranscriptionRequest as d9, type SharedSentiments as dA, type ListProjectRequestsParams as dB, type ListenTranscribeParams as dC, type ListenV1ResponseMetadata as dD, type ListenV1ResponseMetadataIntentsInfo as dE, type ListenV1ResponseMetadataModelInfo as dF, type ListenV1ResponseMetadataSentimentInfo as dG, type ListenV1ResponseMetadataSummaryInfo as dH, type ListenV1ResponseMetadataTopicsInfo as dI, type ListenV1ResponseResults as dJ, type ListenV1ResponseResultsChannels as dK, type ListenV1ResponseResultsChannelsItems as dL, type ListenV1ResponseResultsChannelsItemsAlternativesItems as dM, type ListenV1ResponseResultsChannelsItemsAlternativesItemsEntitiesItems as dN, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphs as dO, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphsParagraphsItems as dP, type ListenV1ResponseResultsChannelsItemsAlternativesItemsParagraphsParagraphsItemsSentencesItems as dQ, type ListenV1ResponseResultsChannelsItemsAlternativesItemsSummariesItems as dR, type ListenV1ResponseResultsChannelsItemsAlternativesItemsTopicsItems as dS, type ListenV1ResponseResultsChannelsItemsAlternativesItemsWordsItems as dT, type ListenV1ResponseResultsChannelsItemsSearchItems as dU, type ListenV1ResponseResultsChannelsItemsSearchItemsHitsItems as dV, type ListenV1ResponseResultsSummary as dW, type ListenV1ResponseResultsUtterances as dX, type ListenV1ResponseResultsUtterancesItems as dY, type ListenV1ResponseResultsUtterancesItemsWordsItems as dZ, type SharedIntentsResults as d_, type CreateTranscriptionRequestChunkingStrategy as da, type CreateTranscriptionRequestChunkingStrategyAnyOf as db, type CreateTranscriptionRequestModel as dc, type CreateTranscriptionRequestStream as dd, CreateTranscriptionRequestTimestampGranularitiesItem as de, type CreateTranscriptionResponseDiarizedJson as df, CreateTranscriptionResponseDiarizedJsonTask as dg, type CreateTranscriptionResponseDiarizedJsonUsage as dh, type CreateTranscriptionResponseJson as di, type CreateTranscriptionResponseJsonLogprobsItem as dj, type CreateTranscriptionResponseJsonUsage as dk, type CreateTranscriptionResponseVerboseJson as dl, type TranscriptTextUsageDuration as dm, TranscriptTextUsageDurationType as dn, type TranscriptTextUsageTokensInputTokenDetails as dp, TranscriptTextUsageTokensType as dq, type TranscriptionDiarizedSegment as dr, TranscriptionDiarizedSegmentType as ds, TranscriptionInclude as dt, type TranscriptionWord as du, type VadConfig as dv, VadConfigType as dw, type ListenV1Response as dx, type SharedTopics as dy, type SharedIntents as dz, StreamingSupportedBitDepthEnum as e, type RetrieveTranscriptResponseAudioEventSummaryChannels as e$, type SharedIntentsResultsIntentsSegmentsItems as e0, type SharedIntentsResultsIntentsSegmentsItemsIntentsItems as e1, type SharedSentimentsAverage as e2, type SharedSentimentsSegmentsItems as e3, type SharedTopicsResults as e4, type SharedTopicsResultsTopics as e5, type SharedTopicsResultsTopicsSegmentsItems as e6, type SharedTopicsResultsTopicsSegmentsItemsTopicsItems as e7, V1ListenPostParametersCallbackMethod as e8, type V1ListenPostParametersCustomIntent as e9, type TrackingData as eA, type OutputConfig as eB, OperatingPoint as eC, type AudioEventItem as eD, type AudioEventSummary as eE, type AudioEventSummaryItem as eF, type AutoChaptersResult as eG, type AutoChaptersResultError as eH, AutoChaptersResultErrorType as eI, type Chapter as eJ, type JobInfo as eK, type LanguageIdentificationResult as eL, type LanguageIdentificationResultAlternative as eM, LanguageIdentificationResultError as eN, type LanguageIdentificationResultItem as eO, type LanguagePackInfo as eP, LanguagePackInfoWritingDirection as eQ, type OutputConfigSrtOverrides as eR, type RecognitionAlternative as eS, type RecognitionDisplay as eT, RecognitionDisplayDirection as eU, type RecognitionMetadata as eV, type RecognitionResult as eW, RecognitionResultAttachesTo as eX, RecognitionResultType as eY, type RetrieveTranscriptResponse as eZ, type RetrieveTranscriptResponseAudioEventSummary as e_, V1ListenPostParametersCustomIntentMode as ea, type V1ListenPostParametersCustomTopic as eb, V1ListenPostParametersCustomTopicMode as ec, type V1ListenPostParametersDetectLanguage as ed, V1ListenPostParametersEncoding as ee, type V1ListenPostParametersExtra as ef, type V1ListenPostParametersKeywords as eg, type V1ListenPostParametersModel as eh, V1ListenPostParametersModel0 as ei, type V1ListenPostParametersRedact as ej, type V1ListenPostParametersRedact1 as ek, V1ListenPostParametersRedactSchemaOneOf1Items as el, type V1ListenPostParametersReplace as em, type V1ListenPostParametersSearch as en, type V1ListenPostParametersSummarize as eo, V1ListenPostParametersSummarize0 as ep, type V1ListenPostParametersTag as eq, type V1ListenPostParametersVersion as er, V1ListenPostParametersVersion0 as es, V1ProjectsProjectIdRequestsGetParametersDeployment as et, V1ProjectsProjectIdRequestsGetParametersEndpoint as eu, V1ProjectsProjectIdRequestsGetParametersMethod as ev, V1ProjectsProjectIdRequestsGetParametersStatus as ew, JobType as ex, type AlignmentConfig as ey, type TranscriptionConfig as ez, StreamingSupportedSampleRateEnum as f, HtmlExportOptionsFormat as f$, type RetrieveTranscriptResponseTranslations as f0, type SentimentAnalysisError as f1, SentimentAnalysisErrorType as f2, type SentimentAnalysisResult as f3, type SentimentAnalysisResultSentimentAnalysis as f4, type SentimentChannelSummary as f5, type SentimentSegment as f6, type SentimentSpeakerSummary as f7, type SentimentSummary as f8, type SentimentSummaryDetail as f9, type AdditionalFormatResponseModel as fA, type AdditionalFormats as fB, type BodySpeechToTextV1SpeechToTextPost as fC, type BodySpeechToTextV1SpeechToTextPostCloudStorageUrl as fD, type BodySpeechToTextV1SpeechToTextPostDiarizationThreshold as fE, type BodySpeechToTextV1SpeechToTextPostEntityDetection as fF, type BodySpeechToTextV1SpeechToTextPostEntityRedaction as fG, type BodySpeechToTextV1SpeechToTextPostFile as fH, BodySpeechToTextV1SpeechToTextPostFileFormat as fI, type BodySpeechToTextV1SpeechToTextPostLanguageCode as fJ, BodySpeechToTextV1SpeechToTextPostModelId as fK, type BodySpeechToTextV1SpeechToTextPostNumSpeakers as fL, type BodySpeechToTextV1SpeechToTextPostSeed as fM, type BodySpeechToTextV1SpeechToTextPostSourceUrl as fN, type BodySpeechToTextV1SpeechToTextPostTemperature as fO, BodySpeechToTextV1SpeechToTextPostTimestampsGranularity as fP, type BodySpeechToTextV1SpeechToTextPostWebhookId as fQ, type BodySpeechToTextV1SpeechToTextPostWebhookMetadata as fR, type BodySpeechToTextV1SpeechToTextPostWebhookMetadataAnyOf as fS, type DetectedEntity as fT, type DocxExportOptions as fU, DocxExportOptionsFormat as fV, type DocxExportOptionsMaxSegmentChars as fW, type DocxExportOptionsMaxSegmentDurationS as fX, type DocxExportOptionsSegmentOnSilenceLongerThanS as fY, type ExportOptions as fZ, type HtmlExportOptions as f_, type SpokenFormRecognitionResult as fa, SpokenFormRecognitionResultType as fb, type SummarizationError as fc, SummarizationErrorType as fd, type SummarizationResult as fe, type TopicDetectionError as ff, TopicDetectionErrorType as fg, type TopicDetectionResult as fh, type TopicDetectionSegment as fi, type TopicDetectionSegmentTopic as fj, type TopicDetectionSummary as fk, type TopicDetectionSummaryOverall as fl, type TrackingDataDetails as fm, type TranscriptionConfigAdditionalVocabItem as fn, TranscriptionConfigDiarization as fo, TranscriptionConfigMaxDelayMode as fp, type TranscriptionConfigPunctuationOverrides as fq, type TranscriptionConfigSpeakerDiarizationConfig as fr, type TranscriptionConfigTranscriptFilteringConfig as fs, type TranscriptionConfigTranscriptFilteringConfigReplacementsItem as ft, type TranslationError as fu, TranslationErrorType as fv, type TranslationSentence as fw, type WrittenFormRecognitionResult as fx, WrittenFormRecognitionResultType as fy, type SpeechToTextChunkResponseModel as fz, StreamingSupportedModels as g, type EntityEvent as g$, type HtmlExportOptionsMaxSegmentChars as g0, type HtmlExportOptionsMaxSegmentDurationS as g1, type HtmlExportOptionsSegmentOnSilenceLongerThanS as g2, type PdfExportOptions as g3, PdfExportOptionsFormat as g4, type PdfExportOptionsMaxSegmentChars as g5, type PdfExportOptionsMaxSegmentDurationS as g6, type PdfExportOptionsSegmentOnSilenceLongerThanS as g7, type SegmentedJsonExportOptions as g8, SegmentedJsonExportOptionsFormat as g9, type TxtExportOptionsMaxCharactersPerLine as gA, type TxtExportOptionsMaxSegmentChars as gB, type TxtExportOptionsMaxSegmentDurationS as gC, type TxtExportOptionsSegmentOnSilenceLongerThanS as gD, type SpeechmaticsOperatingPoint as gE, type TranscriptionModel as gF, type TranscriptionLanguage as gG, type AssemblyAIExtendedData as gH, type GladiaExtendedData as gI, type DeepgramExtendedData as gJ, type ElevenLabsExtendedData as gK, type ProviderExtendedDataMap as gL, type StreamingProvider as gM, type BatchOnlyProvider as gN, type SessionStatus as gO, type Speaker as gP, type Word as gQ, type Utterance as gR, type TranscriptionStatus as gS, type TranscriptMetadata as gT, type TranscriptData as gU, type ListTranscriptsResponse as gV, type ProviderRawResponseMap as gW, type StreamEventType as gX, type SpeechEvent as gY, type TranslationEvent as gZ, type SentimentEvent as g_, type SegmentedJsonExportOptionsMaxSegmentChars as ga, type SegmentedJsonExportOptionsMaxSegmentDurationS as gb, type SegmentedJsonExportOptionsSegmentOnSilenceLongerThanS as gc, type SpeechToTextCharacterResponseModel as gd, type SpeechToTextCharacterResponseModelEnd as ge, type SpeechToTextCharacterResponseModelStart as gf, type SpeechToTextChunkResponseModelAdditionalFormats as gg, type SpeechToTextChunkResponseModelAdditionalFormatsAnyOfItem as gh, type SpeechToTextChunkResponseModelAudioDurationSecs as gi, type SpeechToTextChunkResponseModelChannelIndex as gj, type SpeechToTextChunkResponseModelEntities as gk, type SpeechToTextChunkResponseModelTranscriptionId as gl, type SpeechToTextWordResponseModel as gm, type SpeechToTextWordResponseModelCharacters as gn, type SpeechToTextWordResponseModelEnd as go, type SpeechToTextWordResponseModelSpeakerId as gp, type SpeechToTextWordResponseModelStart as gq, SpeechToTextWordResponseModelType as gr, type SrtExportOptions as gs, SrtExportOptionsFormat as gt, type SrtExportOptionsMaxCharactersPerLine as gu, type SrtExportOptionsMaxSegmentChars as gv, type SrtExportOptionsMaxSegmentDurationS as gw, type SrtExportOptionsSegmentOnSilenceLongerThanS as gx, type TxtExportOptions as gy, TxtExportOptionsFormat as gz, type LanguageConfig as h, type SummarizationEvent as h0, type ChapterizationEvent as h1, type AudioAckEvent as h2, type LifecycleEvent as h3, type AudioChunk as h4, type RawWebSocketMessage as h5, type AssemblyAIUpdateConfiguration as h6, type OpenAIStreamingOptions as h7, type SonioxStreamingOptions as h8, type ElevenLabsStreamingOptions as h9, type SpeechmaticsStreamingOptions as ha, type ProviderStreamingOptions as hb, type StreamingOptionsForProvider as hc, type TranscribeStreamParams as hd, type BeginEvent as he, type TurnEvent as hf, type TerminationEvent as hg, type ErrorEvent as hh, type StreamingEventMessage as hi, type StreamingWord as hj, type StreamingForceEndpoint as hk, type PostProcessingConfig as i, type TranscriptionMetadataDTO as j, type TranscriptionDTO as k, type TranslationDTO as l, type SummarizationDTO as m, type SentimentAnalysisDTO as n, type ChapterizationDTO as o, type PreRecordedResponse as p, type UtteranceDTO as q, TranscriptionLanguageCodeEnum as r, TranslationLanguageCodeEnum as s, type NamedEntityRecognitionResult as t, StreamingSupportedRegions as u, type AddonErrorDTO as v, type AudioToLlmDTO as w, type AudioToLlmDTOError as x, type AudioToLlmDTOResults as y, type AudioToLlmListConfigDTO as z };
@@ -1,5 +1,5 @@
1
- import { gS as TranscriptionStatus, gP as Speaker, gQ as Word, gR as Utterance, V as CallbackTranscriptionSuccessPayload, K as CallbackTranscriptionErrorPayload, bv as Transcript, dx as ListenV1Response, eZ as RetrieveTranscriptResponse, fz as SpeechToTextChunkResponseModel } from './speechToTextChunkResponseModel-DK61nDc5.mjs';
2
- import { T as TranscriptionProvider } from './provider-metadata-BnkedpXm.mjs';
1
+ import { gS as TranscriptionStatus, gP as Speaker, gQ as Word, gR as Utterance, V as CallbackTranscriptionSuccessPayload, K as CallbackTranscriptionErrorPayload, bv as Transcript, dx as ListenV1Response, eZ as RetrieveTranscriptResponse, fz as SpeechToTextChunkResponseModel } from './speechToTextChunkResponseModel-DmajV4F-.mjs';
2
+ import { T as TranscriptionProvider } from './provider-metadata-BJ29OPW1.mjs';
3
3
  import './constants.mjs';
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { gS as TranscriptionStatus, gP as Speaker, gQ as Word, gR as Utterance, V as CallbackTranscriptionSuccessPayload, K as CallbackTranscriptionErrorPayload, bv as Transcript, dx as ListenV1Response, eZ as RetrieveTranscriptResponse, fz as SpeechToTextChunkResponseModel } from './speechToTextChunkResponseModel-BZSxrijj.js';
2
- import { T as TranscriptionProvider } from './provider-metadata-DbsSGAO7.js';
1
+ import { gS as TranscriptionStatus, gP as Speaker, gQ as Word, gR as Utterance, V as CallbackTranscriptionSuccessPayload, K as CallbackTranscriptionErrorPayload, bv as Transcript, dx as ListenV1Response, eZ as RetrieveTranscriptResponse, fz as SpeechToTextChunkResponseModel } from './speechToTextChunkResponseModel-B4kVoFc3.js';
2
+ import { T as TranscriptionProvider } from './provider-metadata-D1d-9cng.js';
3
3
  import './constants.js';
4
4
 
5
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "voice-router-dev",
3
- "version": "0.8.6",
3
+ "version": "0.8.8",
4
4
  "description": "Universal speech-to-text router for Gladia, AssemblyAI, Deepgram, Azure, OpenAI Whisper, Speechmatics, Soniox, and ElevenLabs",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",