| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
TextDetection.geometry()
The location of the detected text on the image.
|
Geometry |
CustomLabel.geometry()
The location of the detected object on the image that corresponds to the custom label.
|
| Modifier and Type | Method and Description |
|---|---|
TextDetection.Builder |
TextDetection.Builder.geometry(Geometry geometry)
The location of the detected text on the image.
|
CustomLabel.Builder |
CustomLabel.Builder.geometry(Geometry geometry)
The location of the detected object on the image that corresponds to the custom label.
|
Copyright © 2023. All rights reserved.