/AWS1/CL_REKPROTECTIVEEQUIPM02¶
A person detected by a call to DetectProtectiveEquipment. The API returns
all persons detected in the input
image in an array of ProtectiveEquipmentPerson objects.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_bodyparts TYPE /AWS1/CL_REKPROTECTIVEEQUIPM03=>TT_BODYPARTS TT_BODYPARTS¶
An array of body parts detected on a person's body (including body parts without PPE).
io_boundingbox TYPE REF TO /AWS1/CL_REKBOUNDINGBOX /AWS1/CL_REKBOUNDINGBOX¶
A bounding box around the detected person.
iv_confidence TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The confidence that Amazon Rekognition has that the bounding box contains a person.
iv_id TYPE /AWS1/REKUINTEGER /AWS1/REKUINTEGER¶
The identifier for the detected person. The identifier is only unique for a single call to
DetectProtectiveEquipment.
Queryable Attributes¶
BodyParts¶
An array of body parts detected on a person's body (including body parts without PPE).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BODYPARTS() |
Getter for BODYPARTS, with configurable default |
ASK_BODYPARTS() |
Getter for BODYPARTS w/ exceptions if field has no value |
HAS_BODYPARTS() |
Determine if BODYPARTS has a value |
BoundingBox¶
A bounding box around the detected person.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOUNDINGBOX() |
Getter for BOUNDINGBOX |
Confidence¶
The confidence that Amazon Rekognition has that the bounding box contains a person.
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 |
Id¶
The identifier for the detected person. The identifier is only unique for a single call to
DetectProtectiveEquipment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID 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_PROTECTIVEEQUIPMENTPERSONS¶
TYPES TT_PROTECTIVEEQUIPMENTPERSONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_REKPROTECTIVEEQUIPM02 WITH DEFAULT KEY
.