Details about a person detected in a video analysis request.

interface PersonDetail {
    BoundingBox?: BoundingBox;
    Face?: FaceDetail;
    Index?: number;
}

Properties

BoundingBox?: BoundingBox

Bounding box around the detected person.

Face?: FaceDetail

Face details for the detected person.

Index?: number

Identifier for the person detected person within a video. Use to keep track of the person throughout the video. The identifier is not stored by Amazon Rekognition.