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