| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.boundingBox(BoundingBox boundingBox)
The position of the label instance on the image.
|
default Instance.Builder |
Instance.Builder.boundingBox(Consumer<BoundingBox.Builder> boundingBox)
The position of the label instance on the image.
|
static Instance.Builder |
Instance.builder() |
Instance.Builder |
Instance.Builder.confidence(Float confidence)
The confidence that Amazon Rekognition has in the accuracy of the bounding box.
|
Instance.Builder |
Instance.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Instance.Builder> |
Instance.serializableBuilderClass() |
Copyright © 2022. All rights reserved.