/AWS1/CL_REKPROTECTIVEEQUIPM03¶
Information about a body part detected by DetectProtectiveEquipment that contains PPE.
An array of ProtectiveEquipmentBodyPart objects is returned for each person detected by
DetectProtectiveEquipment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/REKBODYPART /AWS1/REKBODYPART¶
The detected body part.
iv_confidence TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
it_equipmentdetections TYPE /AWS1/CL_REKEQUIPMENTDETECTION=>TT_EQUIPMENTDETECTIONS TT_EQUIPMENTDETECTIONS¶
An array of Personal Protective Equipment items detected around a body part.
Queryable Attributes¶
Name¶
The detected body part.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Confidence¶
The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.
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 |
EquipmentDetections¶
An array of Personal Protective Equipment items detected around a body part.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EQUIPMENTDETECTIONS() |
Getter for EQUIPMENTDETECTIONS, with configurable default |
ASK_EQUIPMENTDETECTIONS() |
Getter for EQUIPMENTDETECTIONS w/ exceptions if field has no |
HAS_EQUIPMENTDETECTIONS() |
Determine if EQUIPMENTDETECTIONS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BODYPARTS¶
TYPES TT_BODYPARTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_REKPROTECTIVEEQUIPM03 WITH DEFAULT KEY
.