| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static TextDetection.Builder |
TextDetection.builder() |
TextDetection.Builder |
TextDetection.Builder.confidence(Float confidence)
The confidence that Amazon Rekognition has in the accuracy of the detected text and the accuracy of the
geometry points around the detected text.
|
TextDetection.Builder |
TextDetection.Builder.detectedText(String detectedText)
The word or line of text recognized by Amazon Rekognition.
|
default TextDetection.Builder |
TextDetection.Builder.geometry(Consumer<Geometry.Builder> geometry)
The location of the detected text on the image.
|
TextDetection.Builder |
TextDetection.Builder.geometry(Geometry geometry)
The location of the detected text on the image.
|
TextDetection.Builder |
TextDetection.Builder.id(Integer id)
The identifier for the detected text.
|
TextDetection.Builder |
TextDetection.Builder.parentId(Integer parentId)
The Parent identifier for the detected text identified by the value of
ID. |
TextDetection.Builder |
TextDetection.toBuilder() |
TextDetection.Builder |
TextDetection.Builder.type(String type)
The type of text that was detected.
|
TextDetection.Builder |
TextDetection.Builder.type(TextTypes type)
The type of text that was detected.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TextDetection.Builder> |
TextDetection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TextDetectionResult.Builder |
TextDetectionResult.Builder.textDetection(Consumer<TextDetection.Builder> textDetection)
Details about text detected in a video.
|
Copyright © 2020. All rights reserved.