Uses of Class
com.tencentcloudapi.ocr.v20181119.models.WordItem
-
Packages that use WordItem Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of WordItem in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return WordItem Modifier and Type Method Description WordItem[]SmartStructuralOCRV2Response. getWordList()Get 还原文本信息Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type WordItem Modifier and Type Method Description voidSmartStructuralOCRV2Response. setWordList(WordItem[] WordList)Set 还原文本信息Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type WordItem Constructor Description WordItem(WordItem 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.
-