
Ultimate access to all questions.
You are tasked with implementing a text moderation solution using Azure AI Content Safety to filter out inappropriate content from user-generated content on a social media platform. Describe the steps you would take to implement this solution, including how you would configure the service to handle different types of content and how you would integrate it with the platform's existing content management system.
A
Create an Azure AI Content Safety account, configure the service to filter out profanity, and integrate it with the platform's content management system using an API.
B
Create an Azure AI Content Safety account, configure the service to filter out profanity, personal attacks, and hate speech, and integrate it with the platform's content management system using a webhook.
C
Create an Azure AI Content Safety account, configure the service to filter out profanity, personal attacks, hate speech, and adult content, and integrate it with the platform's content management system using a custom middleware.
D
Create an Azure AI Content Safety account, configure the service to filter out all types of content, and integrate it with the platform's content management system using a database trigger.