Uses of Class
com.tencentcloudapi.ocr.v20181119.models.GroupInfo
-
Packages that use GroupInfo Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of GroupInfo in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return GroupInfo Modifier and Type Method Description GroupInfo[]SmartStructuralOCRV2Response. getStructuralList()Get 配置结构化文本信息Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type GroupInfo Modifier and Type Method Description voidSmartStructuralOCRV2Response. setStructuralList(GroupInfo[] StructuralList)Set 配置结构化文本信息Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type GroupInfo Constructor Description GroupInfo(GroupInfo 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.
-