Uses of Class
com.tencentcloudapi.ocr.v20181119.models.BankSlipOCRRequest
-
Packages that use BankSlipOCRRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of BankSlipOCRRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type BankSlipOCRRequest Modifier and Type Method Description BankSlipOCRResponseOcrClient. BankSlipOCR(BankSlipOCRRequest req)本接口支持银行回单全字段的识别,包括付款开户行、收款开户行、付款账号、收款账号、回单类型、回单编号、币种、流水号、凭证号码、交易机构、交易金额、手续费、日期等字段信息。 默认接口请求频率限制:10次/秒。 -
Uses of BankSlipOCRRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type BankSlipOCRRequest Constructor Description BankSlipOCRRequest(BankSlipOCRRequest 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.
-