
Answer-first summary for fast verification
Answer: 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.
Option B is the most comprehensive and accurate answer. It covers the necessary steps to implement a real-time text moderation solution using Azure AI Content Safety, including creating an account, configuring the service to handle different types of inappropriate content, and integrating it with the platform's live streaming infrastructure using a serverless function. This approach allows for efficient and effective moderation of user-generated content in real-time, ensuring a safe and appropriate live streaming experience for viewers.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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.