/AWS1/CL_REKLISTFACESRESPONSE¶
ListFacesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_faces TYPE /AWS1/CL_REKFACE=>TT_FACELIST TT_FACELIST¶
An array of
Faceobjects.
iv_nexttoken TYPE /AWS1/REKSTRING /AWS1/REKSTRING¶
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.
iv_facemodelversion TYPE /AWS1/REKSTRING /AWS1/REKSTRING¶
Version number of the face detection model associated with the input collection (
CollectionId).
Queryable Attributes¶
Faces¶
An array of
Faceobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FACES() |
Getter for FACES, with configurable default |
ASK_FACES() |
Getter for FACES w/ exceptions if field has no value |
HAS_FACES() |
Determine if FACES has a value |
NextToken¶
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN 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 |