Vision AI v1 API - Class PersonalProtectiveEquipmentDetectionOutput (1.0.0-beta01)

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

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

Output format for Personal Protective Equipment Detection Operator.

Inheritance

object > PersonalProtectiveEquipmentDetectionOutput

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

PersonalProtectiveEquipmentDetectionOutput()

public PersonalProtectiveEquipmentDetectionOutput()

PersonalProtectiveEquipmentDetectionOutput(PersonalProtectiveEquipmentDetectionOutput)

public PersonalProtectiveEquipmentDetectionOutput(PersonalProtectiveEquipmentDetectionOutput other)
Parameter
Name Description
other PersonalProtectiveEquipmentDetectionOutput

Properties

CurrentTime

public Timestamp CurrentTime { get; set; }

Current timestamp.

Property Value
Type Description
Timestamp

DetectedPersons

public RepeatedField<PersonalProtectiveEquipmentDetectionOutput.Types.DetectedPerson> DetectedPersons { get; }

A list of DetectedPersons.

Property Value
Type Description
RepeatedFieldPersonalProtectiveEquipmentDetectionOutputTypesDetectedPerson