ProtectiveEquipmentPerson

A person detected by a call to DetectProtectiveEquipment. The API returns all persons detected in the input image in an array of ProtectiveEquipmentPerson objects.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of body parts detected on a person's body (including body parts without PPE).

Link copied to clipboard

A bounding box around the detected person.

Link copied to clipboard

The confidence that Amazon Rekognition has that the bounding box contains a person.

Link copied to clipboard
val id: Int?

The identifier for the detected person. The identifier is only unique for a single call to DetectProtectiveEquipment.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String