FaceOcclusionScores class

Represents the result of face occlusion detection.

Constructors

FaceOcclusionScores(Pointer<id3FaceOcclusionScores> _handle)
Initializes a new instance of the FaceOcclusionScores class from its members.
FaceOcclusionScores.create()
Create a new instance of the FaceOcclusionScores.
FaceOcclusionScores.createFromStruct(id3FaceOcclusionScores value)
Create a new instance of the FaceOcclusionScores from the native struct

Properties

handle Pointer<id3FaceOcclusionScores>
no setter
hashCode int
The hash code for this object.
no setterinherited
leftEyeOcclusionScore int
Value, from 0 to 100, indicating whether the left eye is occluded or not. 100 means that the left eye is definitely occluded. Hint: The recommended threshold is 50.
getter/setter pair
mouthOcclusionScore int
Value, from 0 to 100, indicating whether the mouth is occluded or not. 100 means that the mouth is definitely occluded. Hint: The recommended threshold is 30.
getter/setter pair
noseOcclusionScore int
Value, from 0 to 100, indicating whether the nose is occluded or not. 100 means that the nose is definitely occluded. Hint: The recommended threshold is 50.
getter/setter pair
rightEyeOcclusionScore int
Value, from 0 to 100, indicating whether the right eye is occluded or not. 100 means that the right eye is definitely occluded. Hint: The recommended threshold is 50.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
struct → id3FaceOcclusionScores
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited