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