Public Access
Make meeting lifecycle stateful
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MeetingAssistant.Transcription;
|
||||
|
||||
public interface ISpeechRecognitionPipelineBuilder
|
||||
{
|
||||
string ProviderName { get; }
|
||||
|
||||
ISpeechRecognitionPipeline Create(MeetingAssistantOptions options);
|
||||
}
|
||||
Reference in New Issue
Block a user