
Ultimate access to all questions.
You are tasked with implementing an image moderation solution using Azure AI Content Safety to automatically detect and filter out inappropriate images from a social media platform's photo sharing feature. Describe the steps you would take to implement this solution, including how you would configure the service to handle different types of explicit content and how you would integrate it with the platform's existing photo sharing infrastructure.
A
Create an Azure AI Content Safety account, configure the service to detect explicit content in photos, and integrate it with the platform's photo sharing infrastructure using a custom middleware.
B
Create an Azure AI Content Safety account, configure the service to detect explicit content, adult content, and violence in photos, and integrate it with the platform's photo sharing infrastructure using a server-side script.
C
Create an Azure AI Content Safety account, configure the service to detect explicit content, adult content, violence, and social media-specific content in photos, and integrate it with the platform's photo sharing infrastructure using a custom plugin.
D
Create an Azure AI Content Safety account, configure the service to detect all types of content in photos, and integrate it with the platform's photo sharing infrastructure using a database trigger.