| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
Geometry.boundingBox()
An axis-aligned coarse representation of the detected text's location on the image.
|
BoundingBox |
ComparedSourceImageFace.boundingBox()
Bounding box of the face.
|
BoundingBox |
CelebrityDetail.boundingBox()
Bounding box around the body of a celebrity.
|
BoundingBox |
Face.boundingBox()
Bounding box of the face.
|
BoundingBox |
PersonDetail.boundingBox()
Bounding box around the detected person.
|
BoundingBox |
ComparedFace.boundingBox()
Bounding box of the face.
|
BoundingBox |
Instance.boundingBox()
The position of the label instance on the image.
|
BoundingBox |
FaceDetail.boundingBox()
Bounding box of the face.
|
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 |
|---|---|
Geometry.Builder |
Geometry.Builder.boundingBox(BoundingBox boundingBox)
An axis-aligned coarse representation of the detected text's location on the image.
|
ComparedSourceImageFace.Builder |
ComparedSourceImageFace.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
CelebrityDetail.Builder |
CelebrityDetail.Builder.boundingBox(BoundingBox boundingBox)
Bounding box around the body of a celebrity.
|
Face.Builder |
Face.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
PersonDetail.Builder |
PersonDetail.Builder.boundingBox(BoundingBox boundingBox)
Bounding box around the detected person.
|
ComparedFace.Builder |
ComparedFace.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
Instance.Builder |
Instance.Builder.boundingBox(BoundingBox boundingBox)
The position of the label instance on the image.
|
FaceDetail.Builder |
FaceDetail.Builder.boundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
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 © 2019. All rights reserved.