TranscribePartialResultsStability
Stability levels for Amazon Transcribe partial-results stabilization.
type TranscribePartialResultsStability = "high" | "medium" | "low";
Defined in: src/providers/stt/transcribe/TranscribeSTT.ts:27
Stability levels for Amazon Transcribe partial-results stabilization.
Remarks
'high' stabilizes (and therefore emits) words faster with slightly lower accuracy; 'low' favors accuracy over latency.