| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static DetectTextResponse.Builder |
DetectTextResponse.builder() |
DetectTextResponse.Builder |
DetectTextResponse.Builder.textDetections(Collection<TextDetection> textDetections)
An array of text that was detected in the input image.
|
DetectTextResponse.Builder |
DetectTextResponse.Builder.textDetections(Consumer<TextDetection.Builder>... textDetections)
An array of text that was detected in the input image.
|
DetectTextResponse.Builder |
DetectTextResponse.Builder.textDetections(TextDetection... textDetections)
An array of text that was detected in the input image.
|
DetectTextResponse.Builder |
DetectTextResponse.Builder.textModelVersion(String textModelVersion)
The model version used to detect text.
|
DetectTextResponse.Builder |
DetectTextResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetectTextResponse.Builder> |
DetectTextResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.