SearchFacesByImageResponse class
Properties
-
faceMatches
→ List<FaceMatch>?
-
An array of faces that match the input face, along with the confidence in
the match.
final
-
faceModelVersion
→ String?
-
Version number of the face detection model associated with the input
collection (
CollectionId
).
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
searchedFaceBoundingBox
→ BoundingBox?
-
The bounding box around the face in the input image that Amazon Rekognition
used for the search.
final
-
searchedFaceConfidence
→ double?
-
The level of confidence that the
searchedFaceBoundingBox
,
contains a face.
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