SpeechToTextClientBuilderServiceCollectionExtensions Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Fornece métodos de extensão para registar 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
| Name | Description |
|---|---|
| AddKeyedSpeechToTextClient(IServiceCollection, Object, Func<IServiceProvider,ISpeechToTextClient>, ServiceLifetime) |
Regista um singleton ISpeechToTextClient com chave no IServiceCollection. |
| AddKeyedSpeechToTextClient(IServiceCollection, Object, ISpeechToTextClient, ServiceLifetime) |
Regista um singleton ISpeechToTextClient com chave no IServiceCollection. |
| AddSpeechToTextClient(IServiceCollection, Func<IServiceProvider,ISpeechToTextClient>, ServiceLifetime) |
Regista um singleton ISpeechToTextClient no IServiceCollection. |
| AddSpeechToTextClient(IServiceCollection, ISpeechToTextClient, ServiceLifetime) |
Regista um singleton ISpeechToTextClient no IServiceCollection. |