5 references to AddKeyedSpeechToTextClient
Microsoft.Extensions.AI (1)
SpeechToText\SpeechToTextClientBuilderServiceCollectionExtensions.cs (1)
58=> AddKeyedSpeechToTextClient(serviceCollection, serviceKey, _ => innerClient, lifetime);
Microsoft.Extensions.AI.Tests (4)
SpeechToText\SpeechToTextClientDependencyInjectionPatterns.cs (4)
65ServiceCollection.AddKeyedSpeechToTextClient("mykey", services => new TestSpeechToTextClient { Services = services }) 144? sc.AddKeyedSpeechToTextClient("key", services => new TestSpeechToTextClient(), lifetime.Value) 145: sc.AddKeyedSpeechToTextClient("key", services => new TestSpeechToTextClient()); 161sc.AddKeyedSpeechToTextClient(null, _ => new TestSpeechToTextClient());