ContentUnderstandingClientBuilderExtensions 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 clients to IAzureClientBuilder<TClient,TOptions>.
public static class ContentUnderstandingClientBuilderExtensions
type ContentUnderstandingClientBuilderExtensions = class
Public Module ContentUnderstandingClientBuilderExtensions
- Inheritance
-
ContentUnderstandingClientBuilderExtensions
Methods
| Name | Description |
|---|---|
| AddContentUnderstandingClient<TBuilder,TConfiguration>(TBuilder, TConfiguration) |
Registers a ContentUnderstandingClient client with the specified IAzureClientBuilder<TClient,TOptions>. |
| AddContentUnderstandingClient<TBuilder>(TBuilder, Uri, AzureKeyCredential) |
Registers a ContentUnderstandingClient client with the specified IAzureClientBuilder<TClient,TOptions>. |
| AddContentUnderstandingClient<TBuilder>(TBuilder, Uri) |
Registers a ContentUnderstandingClient client with the specified IAzureClientBuilder<TClient,TOptions>. |