| 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 has in the accuracy of the bounding box.
|
Instance |
Instance.withDominantColors(Collection<DominantColor> dominantColors)
The dominant colors found in an individual instance of a label.
|
Instance |
Instance.withDominantColors(DominantColor... dominantColors)
The dominant colors found in an individual instance of a label.
|
| 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 © 2023. All rights reserved.