FaceOcclusionScores Structure

Namespace: id3.Face

Definition

Represents the result of face occlusion detection.
class FaceOcclusionScores
class FaceOcclusionScores
public partial struct FaceOcclusionScores
public class FaceOcclusionScores
public typealias FaceOcclusionScores = id3FaceOcclusionScores
typedef struct id3FaceOcclusionScores

Properties

Name

Type

Description

leftEyeOcclusionScore

int

Value, from 0 to 100, indicating whether the left eye is occluded or not.

mouthOcclusionScore

int

Value, from 0 to 100, indicating whether the mouth is occluded or not.

noseOcclusionScore

int

Value, from 0 to 100, indicating whether the nose is occluded or not.

rightEyeOcclusionScore

int

Value, from 0 to 100, indicating whether the right eye is occluded or not.