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

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

Reference 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.

Inheritance

object > PersonalProtectiveEquipmentDetectionOutput.Types.PersonIdentifiedBox

Namespace

Google.Cloud.VisionAI.V1

Assembly

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