| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
TextDetection |
TextDetection.clone() |
TextDetection |
TextDetectionResult.getTextDetection()
Details about text detected in a video.
|
TextDetection |
TextDetection.withConfidence(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 |
TextDetection.withDetectedText(String detectedText)
The word or line of text recognized by Amazon Rekognition.
|
TextDetection |
TextDetection.withGeometry(Geometry geometry)
The location of the detected text on the image.
|
TextDetection |
TextDetection.withId(Integer id)
The identifier for the detected text.
|
TextDetection |
TextDetection.withParentId(Integer parentId)
The Parent identifier for the detected text identified by the value of
ID. |
TextDetection |
TextDetection.withType(String type)
The type of text that was detected.
|
TextDetection |
TextDetection.withType(TextTypes type)
The type of text that was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextDetection> |
DetectTextResult.getTextDetections()
An array of text that was detected in the input image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextDetectionResult.setTextDetection(TextDetection textDetection)
Details about text detected in a video.
|
TextDetectionResult |
TextDetectionResult.withTextDetection(TextDetection textDetection)
Details about text detected in a video.
|
DetectTextResult |
DetectTextResult.withTextDetections(TextDetection... textDetections)
An array of text that was detected in the input image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectTextResult.setTextDetections(Collection<TextDetection> textDetections)
An array of text that was detected in the input image.
|
DetectTextResult |
DetectTextResult.withTextDetections(Collection<TextDetection> textDetections)
An array of text that was detected in the input image.
|
Copyright © 2021. All rights reserved.