| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
PersonDetail.boundingBox()
Bounding box around the detected person.
|
BoundingBox |
EquipmentDetection.boundingBox()
A bounding box surrounding the item of detected PPE.
|
BoundingBox |
ProtectiveEquipmentPerson.boundingBox()
A bounding box around the detected person.
|
BoundingBox |
Geometry.boundingBox()
An axis-aligned coarse representation of the detected item's location on the image.
|
BoundingBox |
ComparedFace.boundingBox()
Bounding box of the face.
|
BoundingBox |
FaceDetail.boundingBox()
Bounding box of the face.
|
BoundingBox |
Face.boundingBox()
Bounding box of the face.
|
BoundingBox |
CelebrityDetail.boundingBox()
Bounding box around the body of a celebrity.
|
BoundingBox |
Instance.boundingBox()
The position of the label instance on the image.
|
BoundingBox |
ComparedSourceImageFace.boundingBox()
Bounding box of the face.
|
BoundingBox |
RegionOfInterest.boundingBox()
The box representing a region of interest on screen.
|
BoundingBox |
SearchFacesByImageResponse.searchedFaceBoundingBox()
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
| Modifier and Type | Method and Description |
|---|---|
PersonDetail.Builder |
PersonDetail.Builder.boundingBox(BoundingBox boundingBox)
Bounding box around the detected person.
|
EquipmentDetection.Builder |
EquipmentDetection.Builder.boundingBox(BoundingBox boundingBox)
A bounding box surrounding the item of detected PPE.
|
ProtectiveEquipmentPerson.Builder |
ProtectiveEquipmentPerson.Builder.boundingBox(BoundingBox boundingBox)
A bounding box around the detected person.
|
Geometry.Builder |
Geometry.Builder.boundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the detected item's location on the image.
|
ComparedFace.Builder |
ComparedFace.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
FaceDetail.Builder |
FaceDetail.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
Face.Builder |
Face.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
CelebrityDetail.Builder |
CelebrityDetail.Builder.boundingBox(BoundingBox boundingBox)
Bounding box around the body of a celebrity.
|
Instance.Builder |
Instance.Builder.boundingBox(BoundingBox boundingBox)
The position of the label instance on the image.
|
ComparedSourceImageFace.Builder |
ComparedSourceImageFace.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
RegionOfInterest.Builder |
RegionOfInterest.Builder.boundingBox(BoundingBox boundingBox)
The box representing a region of interest on screen.
|
SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.searchedFaceBoundingBox(BoundingBox searchedFaceBoundingBox)
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
Copyright © 2023. All rights reserved.