/AWS1/CL_REKCOVERSBODYPART¶
Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see DetectProtectiveEquipment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_confidence TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The confidence that Amazon Rekognition has in the value of
Value.
iv_value TYPE /AWS1/REKBOOLEAN /AWS1/REKBOOLEAN¶
True if the PPE covers the corresponding body part, otherwise false.
Queryable Attributes¶
Confidence¶
The confidence that Amazon Rekognition has in the value of
Value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
STR_CONFIDENCE() |
String format for CONFIDENCE, with configurable default |
HAS_CONFIDENCE() |
Determine if CONFIDENCE has a value |
Value¶
True if the PPE covers the corresponding body part, otherwise false.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |