IRekognitionListFacesResponse
Interface in AWS.Rekognition
Interface for ListFaces responses.
Ancestors
Properties
FaceModelVersion
property FaceModelVersion: string
The version number of the face detection model associated with the collection.
Faces
property Faces: TList<IRekognitionFace>
Type: IRekognitionFace
A list of faces.
NextToken
property NextToken: string
If the result is truncated, the NextToken can be used in subsequent requests to fetch the next page of results.