/AWS1/CL_CPDMENTIONSENTIMENT¶
Contains the sentiment and sentiment score for one mention of an entity.
For more information about targeted sentiment, see Targeted sentiment in the Amazon Comprehend Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sentiment TYPE /AWS1/CPDSENTIMENTTYPE /AWS1/CPDSENTIMENTTYPE¶
The sentiment of the mention.
io_sentimentscore TYPE REF TO /AWS1/CL_CPDSENTIMENTSCORE /AWS1/CL_CPDSENTIMENTSCORE¶
Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.
Queryable Attributes¶
Sentiment¶
The sentiment of the mention.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENTIMENT() |
Getter for SENTIMENT, with configurable default |
ASK_SENTIMENT() |
Getter for SENTIMENT w/ exceptions if field has no value |
HAS_SENTIMENT() |
Determine if SENTIMENT has a value |
SentimentScore¶
Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENTIMENTSCORE() |
Getter for SENTIMENTSCORE |