Uses of Class
com.tencentcloudapi.ocr.v20181119.models.SmartStructuralOCRRequest
-
Packages that use SmartStructuralOCRRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of SmartStructuralOCRRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type SmartStructuralOCRRequest Modifier and Type Method Description SmartStructuralOCRResponse
OcrClient. SmartStructuralOCR(SmartStructuralOCRRequest req)
本接口支持识别并提取各类证照、票据、表单、合同等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。 默认接口请求频率限制:5次/秒。 -
Uses of SmartStructuralOCRRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type SmartStructuralOCRRequest Constructor Description SmartStructuralOCRRequest(SmartStructuralOCRRequest 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.
-