What is the primary purpose of Amazon Rekognition in AWS?
- To translate text between different programming languages
- To convert unstructured text data into structured formats
- To create neural networks from scratch without frameworks
- To analyze images and videos for objects, people, text, activities, and inappropriate content ✓
Correct answer: To analyze images and videos for objects, people, text, activities, and inappropriate content
Option D is correct because Amazon Rekognition is a fully managed computer vision service that analyzes images and videos to detect objects, scenes, people, text, activities, and inappropriate content, and can also perform facial analysis and recognition. Option A (translate between programming languages) is wrong because code translation is unrelated to Rekognition; AWS CodeWhisperer or general-purpose models handle code tasks. Option B (convert unstructured text to structured formats) is wrong because that describes Amazon Comprehend or Amazon Textract, not Rekognition. Option C (create neural networks from scratch) is wrong because building and training custom neural network architectures is handled by Amazon SageMaker, not Rekognition.
Topic: · amazon rekognition, computer vision, aws ai services, image analysis