Public Access
Add meeting assistant speech and summary automation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace MeetingAssistant.Speakers;
|
||||
|
||||
public sealed class NoopSpeakerIdentityMatcher : ISpeakerIdentityMatcher
|
||||
{
|
||||
public Task<SpeakerIdentityMatch?> MatchAsync(
|
||||
SpeakerIdentityMatchRequest request,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
return Task.FromResult<SpeakerIdentityMatch?>(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user