/AWS1/CL_LR2SENTIMENTSCORE¶
The individual sentiment responses for the utterance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_positive TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
POSITIVEsentiment.
iv_negative TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEGATIVEsentiment.
iv_neutral TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the
NEUTRALsentiment.
iv_mixed TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_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 |
ASK_POSITIVE() |
Getter for POSITIVE w/ exceptions if field has no value |
STR_POSITIVE() |
String format for POSITIVE |
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 |
ASK_NEGATIVE() |
Getter for NEGATIVE w/ exceptions if field has no value |
STR_NEGATIVE() |
String format for NEGATIVE |
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 |
ASK_NEUTRAL() |
Getter for NEUTRAL w/ exceptions if field has no value |
STR_NEUTRAL() |
String format for NEUTRAL |
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 |
ASK_MIXED() |
Getter for MIXED w/ exceptions if field has no value |
STR_MIXED() |
String format for MIXED |