Add resilient Azure offline transcription backlog
PR and Push Build/Test / build-and-test (push) Successful in 18m41s

This commit is contained in:
2026-06-15 17:26:34 +02:00
parent b22754ce5d
commit b774ccc375
35 changed files with 2456 additions and 198 deletions
@@ -223,6 +223,10 @@ public sealed class AzureSpeechOptions
public TimeSpan RecognitionStopTimeout { get; set; } = TimeSpan.FromMinutes(3);
public int ReconnectAttemptsBeforeDisconnectedMarker { get; set; } = 5;
public TimeSpan ReconnectDelay { get; set; } = TimeSpan.FromSeconds(5);
public bool DiarizeIntermediateResults { get; set; } = true;
public string? PostProcessingOption { get; set; }