Uses of Class
com.tencentcloudapi.ocr.v20181119.models.WordCoordPoint
-
Packages that use WordCoordPoint Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of WordCoordPoint in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return WordCoordPoint Modifier and Type Method Description WordCoordPoint[]TextDetectionEn. getWordCoordPoint()Get 英文单词在原图中的四点坐标。Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type WordCoordPoint Modifier and Type Method Description voidTextDetectionEn. setWordCoordPoint(WordCoordPoint[] WordCoordPoint)Set 英文单词在原图中的四点坐标。Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type WordCoordPoint Constructor Description WordCoordPoint(WordCoordPoint 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.
-