CoversBodyPart class

Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see DetectProtectiveEquipment.

Constructors

CoversBodyPart({double? confidence, bool? value})
CoversBodyPart.fromJson(Map<String, dynamic> json)
factory

Properties

confidence double?
The confidence that Amazon Rekognition has in the value of Value.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value bool?
True if the PPE covers the corresponding body part, otherwise false.
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