SpeechToTextClientBuilderServiceCollectionExtensions Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece métodos de extensão para registro ISpeechToTextClient com um IServiceCollection.
public ref class SpeechToTextClientBuilderServiceCollectionExtensions abstract sealed
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public static class SpeechToTextClientBuilderServiceCollectionExtensions
public static class SpeechToTextClientBuilderServiceCollectionExtensions
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type SpeechToTextClientBuilderServiceCollectionExtensions = class
type SpeechToTextClientBuilderServiceCollectionExtensions = class
Public Module SpeechToTextClientBuilderServiceCollectionExtensions
- Herança
-
SpeechToTextClientBuilderServiceCollectionExtensions
- Atributos
Métodos
| Nome | Description |
|---|---|
| AddKeyedSpeechToTextClient(IServiceCollection, Object, Func<IServiceProvider,ISpeechToTextClient>, ServiceLifetime) |
Registra um singleton ISpeechToTextClient com chave no IServiceCollection. |
| AddKeyedSpeechToTextClient(IServiceCollection, Object, ISpeechToTextClient, ServiceLifetime) |
Registra um singleton ISpeechToTextClient com chave no IServiceCollection. |
| AddSpeechToTextClient(IServiceCollection, Func<IServiceProvider,ISpeechToTextClient>, ServiceLifetime) |
Registra um singleton ISpeechToTextClient no IServiceCollection. |
| AddSpeechToTextClient(IServiceCollection, ISpeechToTextClient, ServiceLifetime) |
Registra um singleton ISpeechToTextClient no IServiceCollection. |