Amazon Comprehend · Schema

Amazon Comprehend Entity

Schema for an Amazon Comprehend entity detection result, representing named entities identified in text through NLP analysis.

AWSMachine LearningNatural Language ProcessingNLPText Analysis

Properties

Name Type Description
Entities array A collection of entities identified in the input text.
Sentiment string The inferred sentiment detected in the input text.
SentimentScore object The confidence scores for each sentiment type.
KeyPhrases array A collection of key phrases identified in the input text.
Languages array The languages detected in the input text.
View JSON Schema on GitHub