/AWS1/CL_REKSEARCHFACESRSP¶
SearchFacesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_searchedfaceid TYPE /AWS1/REKFACEID /AWS1/REKFACEID¶
ID of the face that was searched for matches in a collection.
it_facematches TYPE /AWS1/CL_REKFACEMATCH=>TT_FACEMATCHLIST TT_FACEMATCHLIST¶
An array of faces that matched the input face, along with the confidence in the match.
iv_facemodelversion TYPE /AWS1/REKSTRING /AWS1/REKSTRING¶
Version number of the face detection model associated with the input collection (
CollectionId).
Queryable Attributes¶
SearchedFaceId¶
ID of the face that was searched for matches in a collection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHEDFACEID() |
Getter for SEARCHEDFACEID, with configurable default |
ASK_SEARCHEDFACEID() |
Getter for SEARCHEDFACEID w/ exceptions if field has no valu |
HAS_SEARCHEDFACEID() |
Determine if SEARCHEDFACEID has a value |
FaceMatches¶
An array of faces that matched the input face, along with the confidence in the match.
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 |
FaceModelVersion¶
Version number of the face detection model associated with the input collection (
CollectionId).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FACEMODELVERSION() |
Getter for FACEMODELVERSION, with configurable default |
ASK_FACEMODELVERSION() |
Getter for FACEMODELVERSION w/ exceptions if field has no va |
HAS_FACEMODELVERSION() |
Determine if FACEMODELVERSION has a value |