FaceDetectionResult class

Face detection result.

Properties

detectResult int?
Face detection result:
final
faces List<Rectangle>?
The face recognition rectangles. The length of the array is the same as the number of detected faces.
final
frameTimestampUs int?
The time stamp of the video frame using face detection.
final
hashCode int
The hash code for this object.
no setterinherited
imageHeight int?
Height of the original image (px).
final
imageWidth int?
Width of the original image (px).
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