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