Uses of Class
com.tencentcloudapi.ocr.v20181119.models.CarInvoiceInfo
-
Packages that use CarInvoiceInfo Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of CarInvoiceInfo in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return CarInvoiceInfo Modifier and Type Method Description CarInvoiceInfo[]CarInvoiceOCRResponse. getCarInvoiceInfos()Get 购车发票识别结果,具体内容请点击左侧链接。Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type CarInvoiceInfo Modifier and Type Method Description voidCarInvoiceOCRResponse. setCarInvoiceInfos(CarInvoiceInfo[] CarInvoiceInfos)Set 购车发票识别结果,具体内容请点击左侧链接。Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type CarInvoiceInfo Constructor Description CarInvoiceInfo(CarInvoiceInfo 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.
-