| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.clone() |
Instance |
Instance.withBoundingBox(BoundingBox boundingBox)
The position of the label instance on the image.
|
Instance |
Instance.withConfidence(Float confidence)
The confidence that Amazon Rekognition Image has in the accuracy of the bounding box.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
Label.getInstances()
If
Label represents an object, Instances contains the bounding boxes for each instance
of the detected object. |
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.withInstances(Instance... instances)
If
Label represents an object, Instances contains the bounding boxes for each instance
of the detected object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Label.setInstances(Collection<Instance> instances)
If
Label represents an object, Instances contains the bounding boxes for each instance
of the detected object. |
Label |
Label.withInstances(Collection<Instance> instances)
If
Label represents an object, Instances contains the bounding boxes for each instance
of the detected object. |
Copyright © 2018. All rights reserved.