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.
|