Uses of Class
com.tencentcloudapi.ocr.v20181119.models.StructuralItem
-
Packages that use StructuralItem Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of StructuralItem in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return StructuralItem Modifier and Type Method Description StructuralItem[]
SmartStructuralOCRResponse. getStructuralItems()
Get 识别信息Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type StructuralItem Modifier and Type Method Description void
SmartStructuralOCRResponse. setStructuralItems(StructuralItem[] StructuralItems)
Set 识别信息Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type StructuralItem Constructor Description StructuralItem(StructuralItem 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.
-