public sealed class PersonalProtectiveEquipmentDetectionConfig : IMessage<PersonalProtectiveEquipmentDetectionConfig>, IEquatable<PersonalProtectiveEquipmentDetectionConfig>, IDeepCloneable<PersonalProtectiveEquipmentDetectionConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class PersonalProtectiveEquipmentDetectionConfig.
Message describing PersonalProtectiveEquipmentDetectionConfig.
Implements
IMessagePersonalProtectiveEquipmentDetectionConfig, IEquatablePersonalProtectiveEquipmentDetectionConfig, IDeepCloneablePersonalProtectiveEquipmentDetectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
PersonalProtectiveEquipmentDetectionConfig()
public PersonalProtectiveEquipmentDetectionConfig()PersonalProtectiveEquipmentDetectionConfig(PersonalProtectiveEquipmentDetectionConfig)
public PersonalProtectiveEquipmentDetectionConfig(PersonalProtectiveEquipmentDetectionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PersonalProtectiveEquipmentDetectionConfig |
Properties
EnableFaceCoverageDetection
public bool EnableFaceCoverageDetection { get; set; }Whether to enable face coverage detection.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableHandsCoverageDetection
public bool EnableHandsCoverageDetection { get; set; }Whether to enable hands coverage detection.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableHeadCoverageDetection
public bool EnableHeadCoverageDetection { get; set; }Whether to enable head coverage detection.
| Property Value | |
|---|---|
| Type | Description |
bool |
|