Package | Description |
---|---|
com.tencentcloudapi.ocr.v20181119.models |
Modifier and Type | Method and Description |
---|---|
TextDetection[] |
GeneralAccurateOCRResponse.getTextDetections()
Get Information on recognized text, including the text line content, confidence, text line coordinates, and text line coordinates after rotation correction.
|
TextDetection[] |
GeneralBasicOCRResponse.getTextDetections()
Get Information of recognized text, including the text line content, confidence, text line coordinates, and text line coordinates after rotation correction.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneralAccurateOCRResponse.setTextDetections(TextDetection[] TextDetections)
Set Information on recognized text, including the text line content, confidence, text line coordinates, and text line coordinates after rotation correction.
|
void |
GeneralBasicOCRResponse.setTextDetections(TextDetection[] TextDetections)
Set Information of recognized text, including the text line content, confidence, text line coordinates, and text line coordinates after rotation correction.
|
Constructor and Description |
---|
TextDetection(TextDetection source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.