ComparedSourceImageFace class
Type that describes the face Amazon Rekognition chose to compare with the faces in the target. This contains a bounding box for the selected face and confidence level that the bounding box contains a face. Note that Amazon Rekognition selects the largest face in the source image for this comparison.
Constructors
- ComparedSourceImageFace({BoundingBox? boundingBox, double? confidence})
-
ComparedSourceImageFace.fromJson(Map<
String, dynamic> json) -
factory
Properties
- boundingBox → BoundingBox?
-
Bounding box of the face.
final
- confidence → double?
-
Confidence level that the selected bounding box contains a face.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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