FaceDetectionResult class
人脸检测结果
Properties
- detectResult → int?
-
人脸检测结果:
final
-
faces
→ List<
Rectangle> ? -
识别到人脸的矩形框。数组的长度和检测到的人脸数量一致。
final
- frameTimestampUs → int?
-
进行人脸识别的视频帧的时间戳。
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageHeight → int?
-
原始图片高度(px)。
final
- imageWidth → int?
-
原始图片宽度(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