SpeechToTextClientBuilderServiceCollectionExtensions Klas
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Biedt uitbreidingsmethoden voor het registreren ISpeechToTextClient bij een 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
- Overname
-
SpeechToTextClientBuilderServiceCollectionExtensions
- Kenmerken
Methoden
| Name | Description |
|---|---|
| AddKeyedSpeechToTextClient(IServiceCollection, Object, Func<IServiceProvider,ISpeechToTextClient>, ServiceLifetime) |
Registreert een keyed singleton ISpeechToTextClient in de IServiceCollection. |
| AddKeyedSpeechToTextClient(IServiceCollection, Object, ISpeechToTextClient, ServiceLifetime) |
Registreert een keyed singleton ISpeechToTextClient in de IServiceCollection. |
| AddSpeechToTextClient(IServiceCollection, Func<IServiceProvider,ISpeechToTextClient>, ServiceLifetime) |
Registreert een singleton ISpeechToTextClient in de IServiceCollection. |
| AddSpeechToTextClient(IServiceCollection, ISpeechToTextClient, ServiceLifetime) |
Registreert een singleton ISpeechToTextClient in de IServiceCollection. |