ContentSafetyClientBuilderExtensions 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.
ContentSafety client builder extensions.
public static class ContentSafetyClientBuilderExtensions
type ContentSafetyClientBuilderExtensions = class
Public Module ContentSafetyClientBuilderExtensions
- Inheritance
-
ContentSafetyClientBuilderExtensions
Methods
AddBlocklistClient<TBuilder,TConfiguration>(TBuilder, TConfiguration) |
Registers a BlocklistClient instance. |
AddBlocklistClient<TBuilder>(TBuilder, Uri, AzureKeyCredential) |
Registers a BlocklistClient instance. |
AddBlocklistClient<TBuilder>(TBuilder, Uri) |
Registers a BlocklistClient instance. |
AddContentSafetyClient<TBuilder,TConfiguration>(TBuilder, TConfiguration) |
Registers a ContentSafetyClient instance. |
AddContentSafetyClient<TBuilder>(TBuilder, Uri, AzureKeyCredential) |
Registers a ContentSafetyClient instance. |
AddContentSafetyClient<TBuilder>(TBuilder, Uri) |
Registers a ContentSafetyClient instance. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET