
Ultimate access to all questions.
You are tasked with implementing a text moderation solution using Azure AI Content Safety for a social media platform that experiences a high volume of user-generated content. Describe the steps you would take to set up the Azure AI Content Safety service, integrate it with your platform, and handle the moderation results. Consider aspects such as API calls, handling different languages, and managing false positives.
A
Set up Azure AI Content Safety, make API calls for text analysis, ignore language differences, and manually review all flagged content.
B
Configure Azure AI Content Safety, integrate with platform via SDK, implement language detection, and use machine learning to reduce false positives.
C
Deploy Azure AI Content Safety, directly connect via REST API, assume all content is in English, and automatically delete flagged content.
D
Install Azure AI Content Safety, use batch processing for text analysis, disregard language support, and rely solely on API decisions.