public sealed class PersonalProtectiveEquipmentDetectionOutput.Types.PersonIdentifiedBox : IMessage<PersonalProtectiveEquipmentDetectionOutput.Types.PersonIdentifiedBox>, IEquatable<PersonalProtectiveEquipmentDetectionOutput.Types.PersonIdentifiedBox>, IDeepCloneable<PersonalProtectiveEquipmentDetectionOutput.Types.PersonIdentifiedBox>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class PersonalProtectiveEquipmentDetectionOutput.Types.PersonIdentifiedBox.
PersonIdentified box contains the location and the entity info of the person.
Implements
IMessagePersonalProtectiveEquipmentDetectionOutputTypesPersonIdentifiedBox, IEquatablePersonalProtectiveEquipmentDetectionOutputTypesPersonIdentifiedBox, IDeepCloneablePersonalProtectiveEquipmentDetectionOutputTypesPersonIdentifiedBox, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
PersonIdentifiedBox()
public PersonIdentifiedBox()PersonIdentifiedBox(PersonIdentifiedBox)
public PersonIdentifiedBox(PersonalProtectiveEquipmentDetectionOutput.Types.PersonIdentifiedBox other)| Parameter | |
|---|---|
| Name | Description |
other |
PersonalProtectiveEquipmentDetectionOutputTypesPersonIdentifiedBox |
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 |
|
PersonEntity
public PersonalProtectiveEquipmentDetectionOutput.Types.PersonEntity PersonEntity { get; set; }Person entity info.
| Property Value | |
|---|---|
| Type | Description |
PersonalProtectiveEquipmentDetectionOutputTypesPersonEntity |
|