public sealed class PersonalProtectiveEquipmentDetectionOutput.Types.PPEIdentifiedBox : IMessage<PersonalProtectiveEquipmentDetectionOutput.Types.PPEIdentifiedBox>, IEquatable<PersonalProtectiveEquipmentDetectionOutput.Types.PPEIdentifiedBox>, IDeepCloneable<PersonalProtectiveEquipmentDetectionOutput.Types.PPEIdentifiedBox>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class PersonalProtectiveEquipmentDetectionOutput.Types.PPEIdentifiedBox.
PPEIdentified box contains the location and the entity info of the PPE.
Implements
IMessagePersonalProtectiveEquipmentDetectionOutputTypesPPEIdentifiedBox, IEquatablePersonalProtectiveEquipmentDetectionOutputTypesPPEIdentifiedBox, IDeepCloneablePersonalProtectiveEquipmentDetectionOutputTypesPPEIdentifiedBox, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
PPEIdentifiedBox()
public PPEIdentifiedBox()PPEIdentifiedBox(PPEIdentifiedBox)
public PPEIdentifiedBox(PersonalProtectiveEquipmentDetectionOutput.Types.PPEIdentifiedBox other)| Parameter | |
|---|---|
| Name | Description |
other |
PersonalProtectiveEquipmentDetectionOutputTypesPPEIdentifiedBox |
Properties
BoxId
public long BoxId { get; set; }An unique id for this box.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ConfidenceScore
public float ConfidenceScore { get; set; }Confidence score associated with this box.
| Property Value | |
|---|---|
| Type | Description |
float |
|
NormalizedBoundingBox
public PersonalProtectiveEquipmentDetectionOutput.Types.NormalizedBoundingBox NormalizedBoundingBox { get; set; }Bounding Box in the normalized coordinates.
| Property Value | |
|---|---|
| Type | Description |
PersonalProtectiveEquipmentDetectionOutputTypesNormalizedBoundingBox |
|
PpeEntity
public PersonalProtectiveEquipmentDetectionOutput.Types.PPEEntity PpeEntity { get; set; }PPE entity info.
| Property Value | |
|---|---|
| Type | Description |
PersonalProtectiveEquipmentDetectionOutputTypesPPEEntity |
|