ContentUnderstandingClientHostExtensions 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.
Extension methods to add ContentUnderstandingClient to an IHostApplicationBuilder.
public static class ContentUnderstandingClientHostExtensions
type ContentUnderstandingClientHostExtensions = class
Public Module ContentUnderstandingClientHostExtensions
- Inheritance
-
ContentUnderstandingClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddContentUnderstandingClient(IHostApplicationBuilder, String, Action<ContentUnderstandingClientSettings>) |
Adds a singleton ContentUnderstandingClient to the IHostApplicationBuilder's service collection. |
| AddContentUnderstandingClient(IHostApplicationBuilder, String) |
Adds a singleton ContentUnderstandingClient to the IHostApplicationBuilder's service collection. |
| AddKeyedContentUnderstandingClient(IHostApplicationBuilder, String, String, Action<ContentUnderstandingClientSettings>) |
Adds a keyed singleton ContentUnderstandingClient to the IHostApplicationBuilder's service collection. |
| AddKeyedContentUnderstandingClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton ContentUnderstandingClient to the IHostApplicationBuilder's service collection. |