Uses of Class
com.tencentcloudapi.ocr.v20181119.models.CandWord
-
Packages that use CandWord Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of CandWord in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return CandWord Modifier and Type Method Description CandWord[]TextDetectionEn. getCandWord()Get 候选字符集(包含候选字Character以及置信度Confidence)。Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type CandWord Modifier and Type Method Description voidTextDetectionEn. setCandWord(CandWord[] CandWord)Set 候选字符集(包含候选字Character以及置信度Confidence)。Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type CandWord Constructor Description CandWord(CandWord 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.
-