Automatic Detection and Flagging of Potentially Offensive Content for Social Media Application | AZ-300 Exam Solution | Microsoft

Automated Content Moderation for Social Media Application

Question

You create a social media application that users can use to upload images and other content.

Users report that adult content is being posted in an area of the site that is accessible to and intended for young children.

You need to automatically detect and flag potentially offensive content. The solution must not require any custom coding other than code to scan and evaluate images.

What should you implement?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D

To automatically detect and flag potentially offensive content in images without requiring any custom coding, the appropriate Microsoft Azure service to use is Computer Vision API.

Computer Vision API is a pre-built service that enables developers to analyze and extract information from images. It includes a range of image processing capabilities, including image recognition, analysis, and classification. The service can recognize more than 2,000 objects, concepts, and actions in images and can identify adult content, racy content, and offensive content.

Bing Visual Search and Bing Image Search are image search engines, but they do not have the ability to automatically detect potentially offensive content in images. Custom Vision Search is a machine learning-based image recognition service that requires custom training of models to identify specific objects or images, which can be used for detecting potentially offensive content, but it would require custom coding.

Therefore, the most suitable service for this scenario would be Computer Vision API, which can automatically detect potentially offensive content in images and flag them for review.