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