Uses of Class
com.tencentcloudapi.ocr.v20181119.models.ItemInfo
-
Packages that use ItemInfo Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of ItemInfo in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return ItemInfo Modifier and Type Method Description ItemInfo[]LineInfo. getLines()Get 每行的一个元素Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type ItemInfo Modifier and Type Method Description voidLineInfo. setLines(ItemInfo[] Lines)Set 每行的一个元素Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type ItemInfo Constructor Description ItemInfo(ItemInfo 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.
-