public sealed class PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity : IMessage<PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity>, IEquatable<PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity>, IDeepCloneable<PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity.
The entity info for annotations from PPE detection prediction result.
Implements
IMessagePersonalProtectiveEquipmentDetectionOutputTypesPPEEntity, IEquatablePersonalProtectiveEquipmentDetectionOutputTypesPPEEntity, IDeepCloneablePersonalProtectiveEquipmentDetectionOutputTypesPPEEntity, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|