/AWS1/CL_REKASSOCIATEDFACE¶
Provides face metadata for the faces that are associated to a specific UserID.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_faceid TYPE /AWS1/REKFACEID /AWS1/REKFACEID¶
Unique identifier assigned to the face.
Queryable Attributes¶
FaceId¶
Unique identifier assigned to the face.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FACEID() |
Getter for FACEID, with configurable default |
ASK_FACEID() |
Getter for FACEID w/ exceptions if field has no value |
HAS_FACEID() |
Determine if FACEID 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_ASSOCIATEDFACESLIST¶
TYPES TT_ASSOCIATEDFACESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REKASSOCIATEDFACE WITH DEFAULT KEY
.