Uses of Class
com.tencentcloudapi.ocr.v20181119.models.TaxiInvoiceOCRRequest
-
Packages that use TaxiInvoiceOCRRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of TaxiInvoiceOCRRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type TaxiInvoiceOCRRequest Modifier and Type Method Description TaxiInvoiceOCRResponseOcrClient. TaxiInvoiceOCR(TaxiInvoiceOCRRequest req)本接口支持出租车发票关键字段的识别,包括发票号码、发票代码、金额、日期、上下车时间、里程、车牌号、发票类型及所属地区等字段。 默认接口请求频率限制:5次/秒。 -
Uses of TaxiInvoiceOCRRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type TaxiInvoiceOCRRequest Constructor Description TaxiInvoiceOCRRequest(TaxiInvoiceOCRRequest 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.
-