A company wants to use AI to automatically analyze and classify images uploaded to Salesforce records, such as identifying product defects. Which Einstein feature should they use?
Vision provides image classification and object detection.
Why this answer
Einstein Vision is the correct feature because it is specifically designed for image recognition and classification tasks, such as analyzing uploaded images to identify product defects. It uses deep learning models to detect objects, classify images, and extract text from images, making it ideal for visual inspection use cases within Salesforce.
Exam trap
The trap here is that candidates often confuse Einstein Vision with Einstein Prediction Builder, assuming that any AI prediction task (including image analysis) falls under the generic 'Prediction Builder' umbrella, but Prediction Builder only works with tabular data, not images.
How to eliminate wrong answers
Option A is wrong because Einstein Prediction Builder is a no-code tool for building custom predictive models on structured data (e.g., numeric or categorical fields), not for analyzing image content. Option B is wrong because Einstein Next Best Action is a recommendation engine that suggests the next best action for a user based on rules and AI, not for image classification. Option C is wrong because Einstein Language is designed for natural language processing tasks like sentiment analysis and intent classification on text, not for processing visual data.