ZegoEffectsFaceDetectionResult class
人脸检测结果。
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
point
↔ Point<
num> -
包含整个人脸的矩形的左上角坐标。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score ↔ double
-
检测结果的置信度,值越高表示越可能是人脸。
getter/setter pair
- size ↔ Size
-
包含整个人脸的矩形的大小。
getter/setter pair
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