| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<TextDetection> |
DetectTextResponse.textDetections()
An array of text that was detected in the input image.
|
| Modifier and Type | Method and Description |
|---|---|
DetectTextResponse.Builder |
DetectTextResponse.Builder.textDetections(TextDetection... textDetections)
An array of text that was detected in the input image.
|
| Modifier and Type | Method and Description |
|---|---|
DetectTextResponse.Builder |
DetectTextResponse.Builder.textDetections(Collection<TextDetection> textDetections)
An array of text that was detected in the input image.
|
Copyright © 2019. All rights reserved.