public sealed class PersonalProtectiveEquipmentDetectionOutput : IMessage<PersonalProtectiveEquipmentDetectionOutput>, IEquatable<PersonalProtectiveEquipmentDetectionOutput>, IDeepCloneable<PersonalProtectiveEquipmentDetectionOutput>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class PersonalProtectiveEquipmentDetectionOutput.
Output format for Personal Protective Equipment Detection Operator.
Implements
IMessagePersonalProtectiveEquipmentDetectionOutput, IEquatablePersonalProtectiveEquipmentDetectionOutput, IDeepCloneablePersonalProtectiveEquipmentDetectionOutput, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|