Microsoft.Azure.CognitiveServices.ContentModerator Namespace
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.
Classes
ApiKeyServiceClientCredentials |
Allows authentication to the API using a basic apiKey mechanism |
ContentModeratorClient |
You use the API to scan your content as it is generated. Content Moderator then processes your content and sends the results along with relevant information either back to your systems or to the built-in review tool. You can use this information to take decisions e.g. take it down, send to human judge, etc. When using the API, images need to have a minimum of 128 pixels and a maximum file size of 4MB. Text can be at most 1024 characters long. If the content passed to the text API or the image API exceeds the size limits, the API will return an error code that informs about the issue. |
ImageModeration |
ImageModeration operations. |
ImageModerationExtensions |
Extension methods for ImageModeration. |
ListManagementImage |
ListManagementImage operations. |
ListManagementImageExtensions |
Extension methods for ListManagementImage. |
ListManagementImageLists |
ListManagementImageLists operations. |
ListManagementImageListsExtensions |
Extension methods for ListManagementImageLists. |
ListManagementTerm |
ListManagementTerm operations. |
ListManagementTermExtensions |
Extension methods for ListManagementTerm. |
ListManagementTermLists |
ListManagementTermLists operations. |
ListManagementTermListsExtensions |
Extension methods for ListManagementTermLists. |
Reviews |
Reviews operations. |
ReviewsExtensions |
Extension methods for Reviews. |
TextModeration |
TextModeration operations. |
TextModerationExtensions |
Extension methods for TextModeration. |
Interfaces
IContentModeratorClient |
You use the API to scan your content as it is generated. Content Moderator then processes your content and sends the results along with relevant information either back to your systems or to the built-in review tool. You can use this information to take decisions e.g. take it down, send to human judge, etc. When using the API, images need to have a minimum of 128 pixels and a maximum file size of 4MB. Text can be at most 1024 characters long. If the content passed to the text API or the image API exceeds the size limits, the API will return an error code that informs about the issue. |
IImageModeration |
ImageModeration operations. |
IListManagementImage |
ListManagementImage operations. |
IListManagementImageLists |
ListManagementImageLists operations. |
IListManagementTerm |
ListManagementTerm operations. |
IListManagementTermLists |
ListManagementTermLists operations. |
IReviews |
Reviews operations. |
ITextModeration |
TextModeration operations. |
Azure SDK for .NET