Public Access
Add meeting assistant speech and summary automation
This commit is contained in:
@@ -6,5 +6,6 @@ public interface IStreamingTranscriptionProvider
|
||||
{
|
||||
IAsyncEnumerable<TranscriptionSegment> TranscribeAsync(
|
||||
IAsyncEnumerable<AudioChunk> audio,
|
||||
SpeechRecognitionPipelineOptions options,
|
||||
CancellationToken cancellationToken);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user