| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.clone() |
BoundingBox |
EquipmentDetection.getBoundingBox()
A bounding box surrounding the item of detected PPE.
|
BoundingBox |
PersonDetail.getBoundingBox()
Bounding box around the detected person.
|
BoundingBox |
AuditImage.getBoundingBox() |
BoundingBox |
ProtectiveEquipmentPerson.getBoundingBox()
A bounding box around the detected person.
|
BoundingBox |
ComparedSourceImageFace.getBoundingBox()
Bounding box of the face.
|
BoundingBox |
Geometry.getBoundingBox()
An axis-aligned coarse representation of the detected item's location on the image.
|
BoundingBox |
RegionOfInterest.getBoundingBox()
The box representing a region of interest on screen.
|
BoundingBox |
Face.getBoundingBox()
Bounding box of the face.
|
BoundingBox |
ComparedFace.getBoundingBox()
Bounding box of the face.
|
BoundingBox |
FaceDetail.getBoundingBox()
Bounding box of the face.
|
BoundingBox |
CelebrityDetail.getBoundingBox()
Bounding box around the body of a celebrity.
|
BoundingBox |
Instance.getBoundingBox()
The position of the label instance on the image.
|
BoundingBox |
SearchFacesByImageResult.getSearchedFaceBoundingBox()
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
BoundingBox |
BoundingBox.withHeight(Float height)
Height of the bounding box as a ratio of the overall image height.
|
BoundingBox |
BoundingBox.withLeft(Float left)
Left coordinate of the bounding box as a ratio of overall image width.
|
BoundingBox |
BoundingBox.withTop(Float top)
Top coordinate of the bounding box as a ratio of overall image height.
|
BoundingBox |
BoundingBox.withWidth(Float width)
Width of the bounding box as a ratio of the overall image width.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EquipmentDetection.setBoundingBox(BoundingBox boundingBox)
A bounding box surrounding the item of detected PPE.
|
void |
PersonDetail.setBoundingBox(BoundingBox boundingBox)
Bounding box around the detected person.
|
void |
AuditImage.setBoundingBox(BoundingBox boundingBox) |
void |
ProtectiveEquipmentPerson.setBoundingBox(BoundingBox boundingBox)
A bounding box around the detected person.
|
void |
ComparedSourceImageFace.setBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
void |
Geometry.setBoundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the detected item's location on the image.
|
void |
RegionOfInterest.setBoundingBox(BoundingBox boundingBox)
The box representing a region of interest on screen.
|
void |
Face.setBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
void |
ComparedFace.setBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
void |
FaceDetail.setBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
void |
CelebrityDetail.setBoundingBox(BoundingBox boundingBox)
Bounding box around the body of a celebrity.
|
void |
Instance.setBoundingBox(BoundingBox boundingBox)
The position of the label instance on the image.
|
void |
SearchFacesByImageResult.setSearchedFaceBoundingBox(BoundingBox searchedFaceBoundingBox)
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
EquipmentDetection |
EquipmentDetection.withBoundingBox(BoundingBox boundingBox)
A bounding box surrounding the item of detected PPE.
|
PersonDetail |
PersonDetail.withBoundingBox(BoundingBox boundingBox)
Bounding box around the detected person.
|
AuditImage |
AuditImage.withBoundingBox(BoundingBox boundingBox) |
ProtectiveEquipmentPerson |
ProtectiveEquipmentPerson.withBoundingBox(BoundingBox boundingBox)
A bounding box around the detected person.
|
ComparedSourceImageFace |
ComparedSourceImageFace.withBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
Geometry |
Geometry.withBoundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the detected item's location on the image.
|
RegionOfInterest |
RegionOfInterest.withBoundingBox(BoundingBox boundingBox)
The box representing a region of interest on screen.
|
Face |
Face.withBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
ComparedFace |
ComparedFace.withBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
FaceDetail |
FaceDetail.withBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
CelebrityDetail |
CelebrityDetail.withBoundingBox(BoundingBox boundingBox)
Bounding box around the body of a celebrity.
|
Instance |
Instance.withBoundingBox(BoundingBox boundingBox)
The position of the label instance on the image.
|
SearchFacesByImageResult |
SearchFacesByImageResult.withSearchedFaceBoundingBox(BoundingBox searchedFaceBoundingBox)
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
Copyright © 2025. All rights reserved.