IRekognitionIndexFacesResponse
Interface in AWS.Rekognition
Interface for IndexFaces responses.
Ancestors
Properties
FaceModelVersion
property FaceModelVersion: string
The version number of the face detection model that's associated with the input collection.
FaceRecords
property FaceRecords: TList<IRekognitionFaceRecord>
Type: IRekognitionFaceRecord
A list of faces detected and added to the collection.
OrientationCorrection
property OrientationCorrection: string
Specifies any image orientation correction applied based upon Exif metadata or estimated as required by Amazon Rekognition.
If the collection is associated with a face detection model that's later than version 3.0, the value of OrientationCorrection is always empty.
UnindexedFaces
property UnindexedFaces: TList<IRekognitionUnindexedFace>
Type: IRekognitionUnindexedFace
A list of faces that were detected in the image but weren't indexed.