Microsoft Azure Architect Technologies (legacy) — Question 47

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?

Answer options

Correct answer: D

Explanation

The Computer Vision API is designed to analyze visual content and can automatically detect adult content, making it the best choice for this requirement. The other options, such as Bing Visual Search and Bing Image Search, do not provide the specific functionality needed to flag inappropriate content automatically. Custom Vision Search would require additional training and customization, which the scenario specifies should be avoided.