This is a console application that demonstrates how to moderate comments using Azure Content Moderator. I have written blog posts that provide further details on this.
- Moderate comments on your website using Azure Content Moderator
- Creating & Managing custom blocklists in the Azure Content Moderator service
- Using the review system within Azure for Manual reviews
- Checking if a text contains personal data
- Adult or explicit content
- Auto blocking comments where Azure identifies explict content with high confidence
- Marking comments with low confidence for manual review
- Manual review integration
- Custom block list
- Block comments that contain words from a custom blocklist
- Creating & deleting custom block list
- Adding & removing words from the block list
To view the main code that interacts with the Azure service head over to the ModeratorLib class.