title | description | services | author | manager | ms.service | ms.component | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|
Code samples - Content Moderator, .NET |
Use Content Moderator in your applications |
cognitive-services |
sanjeev3 |
cgronlun |
cognitive-services |
content-moderator |
sample |
01/10/2018 |
sajagtap |
The following list includes links to the code samples built using the Azure Content Moderator SDK for .NET.
- Helper library: Create a Content Moderator client for use in other samples. See quickstart.
- Image moderation: Evaluate an image for adult and racy content, text, and faces. See quickstart.
- Custom images: Moderate with custom image lists. See quickstart.
Note
There is a maximum limit of 5 image lists with each list to not exceed 10,000 images.
- Text moderation: Screen text for profanity and personally identifiable information (PII). See quickstart.
- Custom terms: Moderate with custom term lists. See quickstart.
Note
There is a maximum limit of 5 term lists with each list to not exceed 10,000 terms.
- Video moderation: Scan a video for adult and racy content and get results. See quickstart.
- Image jobs: Start a moderation job that scans and creates reviews. See quickstart.
- Image reviews: Create reviews for human-in-the-loop. See quickstart.
- Video reviews: Create video reviews for human-in-the-loop. See quickstart
- Video transcript reviews: Create video transcript reviews for human-in-the-loop See quickstart
See all .NET samples at the Content Moderator .NET samples on GitHub.