| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
Label.instances()
If
Label represents an object, Instances contains the bounding boxes for each instance
of the detected object. |
| Modifier and Type | Method and Description |
|---|---|
Label.Builder |
Label.Builder.instances(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 |
|---|---|
Label.Builder |
Label.Builder.instances(Collection<Instance> instances)
If
Label represents an object, Instances contains the bounding boxes for each
instance of the detected object. |
Copyright © 2019. All rights reserved.