Uses of Class
com.tencentcloudapi.ocr.v20181119.models.Words
-
Packages that use Words Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of Words in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return Words Modifier and Type Method Description Words[]CandWord. getCandWords()Get 候选字符集的单词信息(包括单词Character和单词置信度confidence)Words[]TextDetectionEn. getWords()Get 识别出来的单词信息(包括单词Character和单词置信度confidence)Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type Words Modifier and Type Method Description voidCandWord. setCandWords(Words[] CandWords)Set 候选字符集的单词信息(包括单词Character和单词置信度confidence)voidTextDetectionEn. setWords(Words[] Words)Set 识别出来的单词信息(包括单词Character和单词置信度confidence)Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type Words Constructor Description Words(Words 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.
-