DetectProtectiveEquipmentResponse class
Constructors
- 
          DetectProtectiveEquipmentResponse({List<ProtectiveEquipmentPerson> ? persons, String? protectiveEquipmentModelVersion, ProtectiveEquipmentSummary? summary})
- 
          DetectProtectiveEquipmentResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  persons
  → List<ProtectiveEquipmentPerson> ?
- 
  An array of persons detected in the image (including persons not wearing
PPE).
  final
- protectiveEquipmentModelVersion → String?
- 
  The version number of the PPE detection model used to detect PPE in the
image.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- summary → ProtectiveEquipmentSummary?
- 
  Summary information for the types of PPE specified in the
SummarizationAttributesinput parameter.final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited