Uses of Class
com.tencentcloudapi.ocr.v20181119.models.OrgCodeCertOCRRequest
-
Packages that use OrgCodeCertOCRRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of OrgCodeCertOCRRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type OrgCodeCertOCRRequest Modifier and Type Method Description OrgCodeCertOCRResponse
OcrClient. OrgCodeCertOCR(OrgCodeCertOCRRequest req)
本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。 默认接口请求频率限制:5次/秒。 -
Uses of OrgCodeCertOCRRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type OrgCodeCertOCRRequest Constructor Description OrgCodeCertOCRRequest(OrgCodeCertOCRRequest 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.
-