You are designing a solution that will use the Azure Content Moderator service to moderate user-generated content.
You need to moderate custom predefined content without repeatedly scanning the collected content.
Which API should you use?
The default global list of terms in Azure Content Moderator is sufficient for most content moderation needs.
However, you might need to screen for terms that are specific to your organization. For example, you might want to tag competitor names for further review.
Use the List Management API to create custom lists of terms to use with the Text Moderation API. The Text - Screen operation scans your text for profanity, and also compares text against custom and shared blacklists.
Incorrect Answers:
B: Use the Text Moderation API in Azure Content Moderator to scan your text content. The operation scans
your content for profanity, and compares the content against custom and shared blacklists.
References:
https://docs.microsoft.com/en-us/azure/cognitive-services/content-moderator/try-terms-list-api
Currently there are no comments in this discussion, be the first to comment!