Interface PersonalProtectiveEquipmentDetectionConfigOrBuilder (0.14.1)

public interface PersonalProtectiveEquipmentDetectionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableFaceCoverageDetection()

public abstract boolean getEnableFaceCoverageDetection()

Whether to enable face coverage detection.

bool enable_face_coverage_detection = 1;

Returns
TypeDescription
boolean

The enableFaceCoverageDetection.

getEnableHandsCoverageDetection()

public abstract boolean getEnableHandsCoverageDetection()

Whether to enable hands coverage detection.

bool enable_hands_coverage_detection = 3;

Returns
TypeDescription
boolean

The enableHandsCoverageDetection.

getEnableHeadCoverageDetection()

public abstract boolean getEnableHeadCoverageDetection()

Whether to enable head coverage detection.

bool enable_head_coverage_detection = 2;

Returns
TypeDescription
boolean

The enableHeadCoverageDetection.