TextToSpeechClientBuilderServiceCollectionExtensions Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Udostępnia metody rozszerzeń do rejestrowania w ITextToSpeechClient obiekcie IServiceCollection.
public ref class TextToSpeechClientBuilderServiceCollectionExtensions abstract sealed
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public static class TextToSpeechClientBuilderServiceCollectionExtensions
public static class TextToSpeechClientBuilderServiceCollectionExtensions
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type TextToSpeechClientBuilderServiceCollectionExtensions = class
type TextToSpeechClientBuilderServiceCollectionExtensions = class
Public Module TextToSpeechClientBuilderServiceCollectionExtensions
- Dziedziczenie
-
TextToSpeechClientBuilderServiceCollectionExtensions
- Atrybuty
Metody
| Nazwa | Opis |
|---|---|
| AddKeyedTextToSpeechClient(IServiceCollection, Object, Func<IServiceProvider,ITextToSpeechClient>, ServiceLifetime) |
Rejestruje jednokrotny ITextToSpeechClient klucz w pliku IServiceCollection. |
| AddKeyedTextToSpeechClient(IServiceCollection, Object, ITextToSpeechClient, ServiceLifetime) |
Rejestruje jednokrotny ITextToSpeechClient klucz w pliku IServiceCollection. |
| AddTextToSpeechClient(IServiceCollection, Func<IServiceProvider,ITextToSpeechClient>, ServiceLifetime) |
Rejestruje jedenton ITextToSpeechClient w obiekcie IServiceCollection. |
| AddTextToSpeechClient(IServiceCollection, ITextToSpeechClient, ServiceLifetime) |
Rejestruje jedenton ITextToSpeechClient w obiekcie IServiceCollection. |