Uses of Class
com.tencentcloudapi.ocr.v20181119.models.DetectedWordCoordPoint
-
Packages that use DetectedWordCoordPoint Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of DetectedWordCoordPoint in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return DetectedWordCoordPoint Modifier and Type Method Description DetectedWordCoordPoint[]TextDetection. getWordCoordPoint()Get 单字在原图中的四点坐标, 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCRMethods in com.tencentcloudapi.ocr.v20181119.models with parameters of type DetectedWordCoordPoint Modifier and Type Method Description voidTextDetection. setWordCoordPoint(DetectedWordCoordPoint[] WordCoordPoint)Set 单字在原图中的四点坐标, 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCRConstructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type DetectedWordCoordPoint Constructor Description DetectedWordCoordPoint(DetectedWordCoordPoint 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.
-