ContentModeratorClient Class
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.
- Inheritance
-
ContentModeratorClient
Constructor
ContentModeratorClient(endpoint, credentials)
Parameters
- endpoint
- str
Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).
Variables
Configuration for client.
- image_moderation
- ImageModerationOperations
ImageModeration operations
- text_moderation
- TextModerationOperations
TextModeration operations
- list_management_image_lists
- ListManagementImageListsOperations
ListManagementImageLists operations
- list_management_term_lists
- ListManagementTermListsOperations
ListManagementTermLists operations
- list_management_image
- ListManagementImageOperations
ListManagementImage operations
- list_management_term
- ListManagementTermOperations
ListManagementTerm operations
- reviews
- ReviewsOperations
Reviews operations
Feedback
Submit and view feedback for