TextToSpeechClientBuilderServiceCollectionExtensions Класс

Определение

Предоставляет методы расширения для регистрации ITextToSpeechClient с помощью .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
Наследование
TextToSpeechClientBuilderServiceCollectionExtensions
Атрибуты

Методы

Имя Описание
AddKeyedTextToSpeechClient(IServiceCollection, Object, Func<IServiceProvider,ITextToSpeechClient>, ServiceLifetime)

Регистрирует ключ одноэлемент ITextToSpeechClient в элементе IServiceCollection.

AddKeyedTextToSpeechClient(IServiceCollection, Object, ITextToSpeechClient, ServiceLifetime)

Регистрирует ключ одноэлемент ITextToSpeechClient в элементе IServiceCollection.

AddTextToSpeechClient(IServiceCollection, Func<IServiceProvider,ITextToSpeechClient>, ServiceLifetime)

Регистрирует одноэлементный ITextToSpeechClient элемент в элементе IServiceCollection.

AddTextToSpeechClient(IServiceCollection, ITextToSpeechClient, ServiceLifetime)

Регистрирует одноэлементный ITextToSpeechClient элемент в элементе IServiceCollection.

Применяется к