8 references to ServiceCollection
Microsoft.Extensions.AI.Tests (8)
SpeechToText\SpeechToTextClientDependencyInjectionPatterns.cs (8)
18ServiceCollection.AddSpeechToTextClient(services => new TestSpeechToTextClient { Services = services }) 22var services = ServiceCollection.BuildServiceProvider(); 42ServiceCollection.AddSpeechToTextClient(singleton) 46var services = ServiceCollection.BuildServiceProvider(); 65ServiceCollection.AddKeyedSpeechToTextClient("mykey", services => new TestSpeechToTextClient { Services = services }) 69var services = ServiceCollection.BuildServiceProvider(); 91ServiceCollection.AddKeyedSpeechToTextClient("mykey", singleton) 95var services = ServiceCollection.BuildServiceProvider();