
Ultimate access to all questions.
You are working on implementing a text moderation solution using Azure AI Content Safety to filter out inappropriate content from user-generated content on a live streaming platform. Describe the steps you would take to implement this solution, including how you would configure the service to handle real-time content moderation and how you would integrate it with the platform's existing live streaming infrastructure.
A
Create an Azure AI Content Safety account, configure the service to filter out profanity in real-time, and integrate it with the platform's live streaming infrastructure using a custom middleware.
B
Create an Azure AI Content Safety account, configure the service to filter out profanity, personal attacks, and hate speech in real-time, and integrate it with the platform's live streaming infrastructure using a serverless function.
C
Create an Azure AI Content Safety account, configure the service to filter out profanity, personal attacks, hate speech, and adult content in real-time, and integrate it with the platform's live streaming infrastructure using a message queue.
D
Create an Azure AI Content Safety account, configure the service to filter out all types of content in real-time, and integrate it with the platform's live streaming infrastructure using a database trigger.