SpeechToTextClientBuilderServiceCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for registering ISpeechToTextClient with a IServiceCollection.
public ref class SpeechToTextClientBuilderServiceCollectionExtensions abstract sealed
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001")]
public static class SpeechToTextClientBuilderServiceCollectionExtensions
public static class SpeechToTextClientBuilderServiceCollectionExtensions
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001")>]
type SpeechToTextClientBuilderServiceCollectionExtensions = class
type SpeechToTextClientBuilderServiceCollectionExtensions = class
Public Module SpeechToTextClientBuilderServiceCollectionExtensions
- Inheritance
-
SpeechToTextClientBuilderServiceCollectionExtensions
- Attributes
Methods
AddKeyedSpeechToTextClient(IServiceCollection, Object, Func<IServiceProvider,ISpeechToTextClient>, ServiceLifetime) |
Registers a keyed singleton ISpeechToTextClient in the IServiceCollection. |
AddKeyedSpeechToTextClient(IServiceCollection, Object, ISpeechToTextClient, ServiceLifetime) |
Registers a keyed singleton ISpeechToTextClient in the IServiceCollection. |
AddSpeechToTextClient(IServiceCollection, Func<IServiceProvider,ISpeechToTextClient>, ServiceLifetime) |
Registers a singleton ISpeechToTextClient in the IServiceCollection. |
AddSpeechToTextClient(IServiceCollection, ISpeechToTextClient, ServiceLifetime) |
Registers a singleton ISpeechToTextClient in the IServiceCollection. |