Face class
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.
Constructors
- Face({BoundingBox? boundingBox, double? confidence, String? externalImageId, String? faceId, String? imageId})
 - 
          Face.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- boundingBox → BoundingBox?
 - 
  Bounding box of the face.
  final
 - confidence → double?
 - 
  Confidence level that the bounding box contains a face (and not a different
object such as a tree).
  final
 - externalImageId → String?
 - 
  Identifier that you assign to all the faces in the input image.
  final
 - faceId → String?
 - 
  Unique identifier that Amazon Rekognition assigns to the face.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - imageId → String?
 - 
  Unique identifier that Amazon Rekognition assigns to the input image.
  final
 - 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