/AWS1/CL_CPDSENTIMENTSCORE¶
Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_positive TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVEsentiment.
iv_negative TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVEsentiment.
iv_neutral TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRALsentiment.
iv_mixed TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
MIXEDsentiment.
Queryable Attributes¶
Positive¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVEsentiment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSITIVE() |
Getter for POSITIVE, with configurable default |
ASK_POSITIVE() |
Getter for POSITIVE w/ exceptions if field has no value |
STR_POSITIVE() |
String format for POSITIVE, with configurable default |
HAS_POSITIVE() |
Determine if POSITIVE has a value |
Negative¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVEsentiment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEGATIVE() |
Getter for NEGATIVE, with configurable default |
ASK_NEGATIVE() |
Getter for NEGATIVE w/ exceptions if field has no value |
STR_NEGATIVE() |
String format for NEGATIVE, with configurable default |
HAS_NEGATIVE() |
Determine if NEGATIVE has a value |
Neutral¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRALsentiment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEUTRAL() |
Getter for NEUTRAL, with configurable default |
ASK_NEUTRAL() |
Getter for NEUTRAL w/ exceptions if field has no value |
STR_NEUTRAL() |
String format for NEUTRAL, with configurable default |
HAS_NEUTRAL() |
Determine if NEUTRAL has a value |
Mixed¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
MIXEDsentiment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MIXED() |
Getter for MIXED, with configurable default |
ASK_MIXED() |
Getter for MIXED w/ exceptions if field has no value |
STR_MIXED() |
String format for MIXED, with configurable default |
HAS_MIXED() |
Determine if MIXED has a value |