public interface PersonalProtectiveEquipmentDetectionConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnableFaceCoverageDetection()
public abstract boolean getEnableFaceCoverageDetection()
Whether to enable face coverage detection.
bool enable_face_coverage_detection = 1;
Returns | |
---|---|
Type | Description |
boolean |
The enableFaceCoverageDetection. |
getEnableHandsCoverageDetection()
public abstract boolean getEnableHandsCoverageDetection()
Whether to enable hands coverage detection.
bool enable_hands_coverage_detection = 3;
Returns | |
---|---|
Type | Description |
boolean |
The enableHandsCoverageDetection. |
getEnableHeadCoverageDetection()
public abstract boolean getEnableHeadCoverageDetection()
Whether to enable head coverage detection.
bool enable_head_coverage_detection = 2;
Returns | |
---|---|
Type | Description |
boolean |
The enableHeadCoverageDetection. |