Vision AI v1 API - Class PersonalProtectiveEquipmentDetectionConfig (1.0.0-beta01)

public sealed class PersonalProtectiveEquipmentDetectionConfig : IMessage<PersonalProtectiveEquipmentDetectionConfig>, IEquatable<PersonalProtectiveEquipmentDetectionConfig>, IDeepCloneable<PersonalProtectiveEquipmentDetectionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class PersonalProtectiveEquipmentDetectionConfig.

Message describing PersonalProtectiveEquipmentDetectionConfig.

Inheritance

object > PersonalProtectiveEquipmentDetectionConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

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