Uses of Class
com.tencentcloudapi.ocr.v20181119.models.DetectedWords
-
Packages that use DetectedWords Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of DetectedWords in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return DetectedWords Modifier and Type Method Description DetectedWords[]TextDetection. getWords()Get 识别出来的单字信息包括单字(包括单字Character和单字置信度confidence), 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCRMethods in com.tencentcloudapi.ocr.v20181119.models with parameters of type DetectedWords Modifier and Type Method Description voidTextDetection. setWords(DetectedWords[] Words)Set 识别出来的单字信息包括单字(包括单字Character和单字置信度confidence), 支持识别的接口:GeneralBasicOCR、GeneralAccurateOCRConstructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type DetectedWords Constructor Description DetectedWords(DetectedWords 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.
-