| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
PersonDetail |
PersonDetail.clone() |
PersonDetail |
PersonDetection.getPerson()
Details about a person whose path was tracked in a video.
|
PersonDetail |
PersonMatch.getPerson()
Information about the matched person.
|
PersonDetail |
PersonDetail.withBoundingBox(BoundingBox boundingBox)
Bounding box around the detected person.
|
PersonDetail |
PersonDetail.withFace(FaceDetail face)
Face details for the detected person.
|
PersonDetail |
PersonDetail.withIndex(Long index)
Identifier for the person detected person within a video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonDetection.setPerson(PersonDetail person)
Details about a person whose path was tracked in a video.
|
void |
PersonMatch.setPerson(PersonDetail person)
Information about the matched person.
|
PersonDetection |
PersonDetection.withPerson(PersonDetail person)
Details about a person whose path was tracked in a video.
|
PersonMatch |
PersonMatch.withPerson(PersonDetail person)
Information about the matched person.
|
Copyright © 2021. All rights reserved.