1package ocr
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// Box is a nested struct in ocr response
19type Box struct {
20	InvoiceCodes      []float64 `json:"InvoiceCodes" xml:"InvoiceCodes"`
21	InvoiceNoes       []float64 `json:"InvoiceNoes" xml:"InvoiceNoes"`
22	InvoiceDates      []float64 `json:"InvoiceDates" xml:"InvoiceDates"`
23	InvoiceFakeCodes  []float64 `json:"InvoiceFakeCodes" xml:"InvoiceFakeCodes"`
24	PayerNames        []float64 `json:"PayerNames" xml:"PayerNames"`
25	PayerRegisterNoes []float64 `json:"PayerRegisterNoes" xml:"PayerRegisterNoes"`
26	PayerAddresses    []float64 `json:"PayerAddresses" xml:"PayerAddresses"`
27	PayerBankNames    []float64 `json:"PayerBankNames" xml:"PayerBankNames"`
28	WithoutTaxAmounts []float64 `json:"WithoutTaxAmounts" xml:"WithoutTaxAmounts"`
29	TaxAmounts        []float64 `json:"TaxAmounts" xml:"TaxAmounts"`
30	SumAmounts        []float64 `json:"SumAmounts" xml:"SumAmounts"`
31	InvoiceAmounts    []float64 `json:"InvoiceAmounts" xml:"InvoiceAmounts"`
32	PayeeNames        []float64 `json:"PayeeNames" xml:"PayeeNames"`
33	PayeeRegisterNoes []float64 `json:"PayeeRegisterNoes" xml:"PayeeRegisterNoes"`
34	PayeeAddresses    []float64 `json:"PayeeAddresses" xml:"PayeeAddresses"`
35	PayeeBankNames    []float64 `json:"PayeeBankNames" xml:"PayeeBankNames"`
36	Payees            []float64 `json:"Payees" xml:"Payees"`
37	Checkers          []float64 `json:"Checkers" xml:"Checkers"`
38	Clerks            []float64 `json:"Clerks" xml:"Clerks"`
39}
40