5 references to AddKeyedTextToSpeechClient
Microsoft.Extensions.AI (1)
TextToSpeech\TextToSpeechClientBuilderServiceCollectionExtensions.cs (1)
66
return
AddKeyedTextToSpeechClient
(serviceCollection, serviceKey, _ => innerClient, lifetime);
Microsoft.Extensions.AI.Tests (4)
TextToSpeech\TextToSpeechClientDependencyInjectionPatterns.cs (4)
65
ServiceCollection.
AddKeyedTextToSpeechClient
("mykey", services => new TestTextToSpeechClient { Services = services })
144
? sc.
AddKeyedTextToSpeechClient
("key", services => new TestTextToSpeechClient(), lifetime.Value)
145
: sc.
AddKeyedTextToSpeechClient
("key", services => new TestTextToSpeechClient());
161
sc.
AddKeyedTextToSpeechClient
(null, _ => new TestTextToSpeechClient());