ZegoEffectsFaceDetectionResult class Null safety

Face detection result.

Constructors

ZegoEffectsFaceDetectionResult()

Properties

point Point<num>
The top-left coordinates of the rectangle containing the entire face.
read / write
score double
The confidence of the detection result, the higher the value, the more likely it is a face.
read / write
size Size
The size of the rectangle containing the entire face.
read / write