FacesEntity class

Base object to hold Face Recognition data of an image

Constructors

FacesEntity({required Dimensions originalSize, List<FaceRect> faces = const []})
const
FacesEntity.fromJson(Map<String, dynamic> json)
factory

Properties

faces List<FaceRect>
Faces on the original image
final
hasFaces bool
no setter
hashCode int
The hash code for this object.
no setterinherited
originalSize Dimensions
Represents original image size
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
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