/AWS1/CL_REKPERSONMATCH¶
Information about a person whose face matches a face(s) in an Amazon Rekognition collection.
Includes information about the faces in the Amazon Rekognition collection (FaceMatch), information about the person (PersonDetail), and the time stamp for
when the person was detected in a video. An array of PersonMatch objects is
returned by GetFaceSearch.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_timestamp TYPE /AWS1/REKTIMESTAMP /AWS1/REKTIMESTAMP¶
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
io_person TYPE REF TO /AWS1/CL_REKPERSONDETAIL /AWS1/CL_REKPERSONDETAIL¶
Information about the matched person.
it_facematches TYPE /AWS1/CL_REKFACEMATCH=>TT_FACEMATCHLIST TT_FACEMATCHLIST¶
Information about the faces in the input collection that match the face of a person in the video.
Queryable Attributes¶
Timestamp¶
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP |
Person¶
Information about the matched person.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERSON() |
Getter for PERSON |
FaceMatches¶
Information about the faces in the input collection that match the face of a person in the video.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FACEMATCHES() |
Getter for FACEMATCHES, with configurable default |
ASK_FACEMATCHES() |
Getter for FACEMATCHES w/ exceptions if field has no value |
HAS_FACEMATCHES() |
Determine if FACEMATCHES 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_PERSONMATCHES¶
TYPES TT_PERSONMATCHES TYPE STANDARD TABLE OF REF TO /AWS1/CL_REKPERSONMATCH WITH DEFAULT KEY
.