Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class PersonalProtectiveEquipmentDetectionConfig.
Message describing PersonalProtectiveEquipmentDetectionConfig.
Generated from protobuf message google.cloud.visionai.v1.PersonalProtectiveEquipmentDetectionConfig
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_face_coverage_detection |
bool
Whether to enable face coverage detection. |
↳ enable_head_coverage_detection |
bool
Whether to enable head coverage detection. |
↳ enable_hands_coverage_detection |
bool
Whether to enable hands coverage detection. |
getEnableFaceCoverageDetection
Whether to enable face coverage detection.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableFaceCoverageDetection
Whether to enable face coverage detection.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnableHeadCoverageDetection
Whether to enable head coverage detection.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableHeadCoverageDetection
Whether to enable head coverage detection.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnableHandsCoverageDetection
Whether to enable hands coverage detection.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableHandsCoverageDetection
Whether to enable hands coverage detection.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|