IndexFacesResponse class

Constructors

IndexFacesResponse({String? faceModelVersion, List<FaceRecord>? faceRecords, OrientationCorrection? orientationCorrection, List<UnindexedFace>? unindexedFaces})
IndexFacesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

faceModelVersion String?
The version number of the face detection model that's associated with the input collection (CollectionId).
final
faceRecords List<FaceRecord>?
An array of faces detected and added to the collection. For more information, see Searching Faces in a Collection in the Amazon Rekognition Developer Guide.
final
hashCode int
The hash code for this object.
no setterinherited
orientationCorrection OrientationCorrection?
If your collection is associated with a face detection model that's later than version 3.0, the value of OrientationCorrection is always null and no orientation information is returned.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unindexedFaces List<UnindexedFace>?
An array of faces that were detected in the image but weren't indexed. They weren't indexed because the quality filter identified them as low quality, or the MaxFaces request parameter filtered them out. To use the quality filter, you specify the QualityFilter request parameter.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited