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