
Ultimate access to all questions.
You are tasked with integrating the Azure AI Content Safety service into an existing content management system (CMS) to provide text and image moderation capabilities. Describe the steps you would take to integrate the service into the CMS, including how you would handle user-generated content and how you would configure the service to handle different types of content.
A
Integrate the Azure AI Content Safety service into the CMS by adding a middleware component that intercepts user-generated content and sends it to the service for moderation, and configure the service to handle profanity and explicit content detection.
B
Integrate the Azure AI Content Safety service into the CMS by adding a middleware component that intercepts user-generated content and sends it to the service for moderation, and configure the service to handle profanity, explicit content, personal attacks, and hate speech detection.
C
Integrate the Azure AI Content Safety service into the CMS by adding a custom plugin that intercepts user-generated content and sends it to the service for moderation, and configure the service to handle all types of content detection.
D
Integrate the Azure AI Content Safety service into the CMS by modifying the CMS's source code to directly call the service's APIs for content moderation, and configure the service to handle profanity and explicit content detection.