Vision AI v1 API - Class PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity (1.0.0-beta01)

public sealed class PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity : IMessage<PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity>, IEquatable<PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity>, IDeepCloneable<PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity.

The entity info for annotations from PPE detection prediction result.

Inheritance

object > PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

PPEEntity()

public PPEEntity()

PPEEntity(PPEEntity)

public PPEEntity(PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity other)
Parameter
Name Description
other PersonalProtectiveEquipmentDetectionOutputTypesPPEEntity

Properties

PpeEntityId

public long PpeEntityId { get; set; }

Entity id.

Property Value
Type Description
long

PpeLabelId

public long PpeLabelId { get; set; }

Label id.

Property Value
Type Description
long

PpeLabelString

public string PpeLabelString { get; set; }

Human readable string of the label (Examples: helmet, glove, mask).

Property Value
Type Description
string

PpeSupercategoryLabelString

public string PpeSupercategoryLabelString { get; set; }

Human readable string of the super category label (Examples: head_cover, hands_cover, face_cover).

Property Value
Type Description
string