| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
TextDetection |
TextDetectionResult.textDetection()
Details about text detected in a video.
|
| 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 |
|---|---|
TextDetectionResult.Builder |
TextDetectionResult.Builder.textDetection(TextDetection textDetection)
Details about text detected in a video.
|
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 © 2022. All rights reserved.