| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static BoundingBox.Builder |
BoundingBox.builder() |
BoundingBox.Builder |
BoundingBox.Builder.height(Float height)
Height of the bounding box as a ratio of the overall image height.
|
BoundingBox.Builder |
BoundingBox.Builder.left(Float left)
Left coordinate of the bounding box as a ratio of overall image width.
|
BoundingBox.Builder |
BoundingBox.toBuilder() |
BoundingBox.Builder |
BoundingBox.Builder.top(Float top)
Top coordinate of the bounding box as a ratio of overall image height.
|
BoundingBox.Builder |
BoundingBox.Builder.width(Float width)
Width of the bounding box as a ratio of the overall image width.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BoundingBox.Builder> |
BoundingBox.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Face.Builder |
Face.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Bounding box of the face.
|
default PersonDetail.Builder |
PersonDetail.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Bounding box around the detected person.
|
default Instance.Builder |
Instance.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
The position of the label instance on the image.
|
default CelebrityDetail.Builder |
CelebrityDetail.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Bounding box around the body of a celebrity.
|
default Geometry.Builder |
Geometry.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
An axis-aligned coarse representation of the detected text's location on the image.
|
default ComparedFace.Builder |
ComparedFace.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Bounding box of the face.
|
default ComparedSourceImageFace.Builder |
ComparedSourceImageFace.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Bounding box of the face.
|
default FaceDetail.Builder |
FaceDetail.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
Bounding box of the face.
|
default SearchFacesByImageResponse.Builder |
SearchFacesByImageResponse.Builder.searchedFaceBoundingBox(Consumer<BoundingBox.Builder> searchedFaceBoundingBox)
The bounding box around the face in the input image that Amazon Rekognition used for the search.
|
Copyright © 2019. All rights reserved.