Uses of Class
com.tencentcloudapi.ocr.v20181119.models.SingleInvoiceItem
-
Packages that use SingleInvoiceItem Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of SingleInvoiceItem in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return SingleInvoiceItem Modifier and Type Method Description SingleInvoiceItemInvoiceItem. getSingleInvoiceInfos()Get 识别到的内容。Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type SingleInvoiceItem Modifier and Type Method Description voidInvoiceItem. setSingleInvoiceInfos(SingleInvoiceItem SingleInvoiceInfos)Set 识别到的内容。Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type SingleInvoiceItem Constructor Description SingleInvoiceItem(SingleInvoiceItem 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.
-