Amazon Comprehend
Amazon Comprehend is a service that uses natural language processing (NLP) to extract sentiment and key phrases from text.
It is not a service that analyzes images or videos, so it is incorrect.
Which AWS service is BEST suited for automatically detecting and analyzing objects, scenes, faces, and inappropriate content in large numbers of uploaded images and videos?
Selecting an AI service specialized in image and video analysis.
Amazon Comprehend
Amazon Comprehend is a service that uses natural language processing (NLP) to extract sentiment and key phrases from text.
It is not a service that analyzes images or videos, so it is incorrect.
Amazon Rekognition
Correct. Amazon Rekognition is a managed AI service specialized in image and video analysis. It can perform object and scene detection, face analysis, and text extraction using only API calls, with no machine learning expertise.
Amazon Polly
Amazon Polly is a service that converts text into natural speech (text-to-speech).
It is not a service that analyzes images or videos, so it is incorrect.
Amazon Textract
Amazon Textract is a document-focused service that extracts text, tables, and forms as structured data from images such as scanned documents.
Even with the same image input, the requirement to detect objects, scenes, faces, and inappropriate content is handled by Rekognition, so it is incorrect.
'Image and video analysis', 'face recognition', and 'object detection' point to Amazon Rekognition. Text analysis is Comprehend, speech synthesis is Polly, and extracting text and tables from document images is Textract (document-focused). Distinguish AI services by input media and what they extract.