-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_data.go
66 lines (64 loc) · 3.54 KB
/
struct_data.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
package ocr
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// Data is a nested struct in ocr response
type Data struct {
Date string `json:"Date" xml:"Date"`
Seat string `json:"Seat" xml:"Seat"`
EstablishDate string `json:"EstablishDate" xml:"EstablishDate"`
FileContent string `json:"FileContent" xml:"FileContent"`
ValidPeriod string `json:"ValidPeriod" xml:"ValidPeriod"`
Type string `json:"Type" xml:"Type"`
LegalPerson string `json:"LegalPerson" xml:"LegalPerson"`
RegisterNumber string `json:"RegisterNumber" xml:"RegisterNumber"`
Price float64 `json:"Price" xml:"Price"`
Destination string `json:"Destination" xml:"Destination"`
CardType string `json:"CardType" xml:"CardType"`
Height int64 `json:"Height" xml:"Height"`
DepartureStation string `json:"DepartureStation" xml:"DepartureStation"`
Status string `json:"Status" xml:"Status"`
BankName string `json:"BankName" xml:"BankName"`
Name string `json:"Name" xml:"Name"`
ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
Capital string `json:"Capital" xml:"Capital"`
CardNumber string `json:"CardNumber" xml:"CardNumber"`
VinCode string `json:"VinCode" xml:"VinCode"`
ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
Business string `json:"Business" xml:"Business"`
Angle float64 `json:"Angle" xml:"Angle"`
JobId string `json:"JobId" xml:"JobId"`
Result string `json:"Result" xml:"Result"`
ValidDate string `json:"ValidDate" xml:"ValidDate"`
Level string `json:"Level" xml:"Level"`
Address string `json:"Address" xml:"Address"`
Number string `json:"Number" xml:"Number"`
InputFile string `json:"InputFile" xml:"InputFile"`
Width int64 `json:"Width" xml:"Width"`
BackResult BackResult `json:"BackResult" xml:"BackResult"`
Box Box `json:"Box" xml:"Box"`
Content Content `json:"Content" xml:"Content"`
FaceResult FaceResult `json:"FaceResult" xml:"FaceResult"`
Stamp Stamp `json:"Stamp" xml:"Stamp"`
Emblem Emblem `json:"Emblem" xml:"Emblem"`
FrontResult FrontResult `json:"FrontResult" xml:"FrontResult"`
Title Title `json:"Title" xml:"Title"`
QRCode QRCode `json:"QRCode" xml:"QRCode"`
Plates []Plate `json:"Plates" xml:"Plates"`
Elements []Element `json:"Elements" xml:"Elements"`
Frames []Frame `json:"Frames" xml:"Frames"`
Invoices []Invoice `json:"Invoices" xml:"Invoices"`
Results []Result `json:"Results" xml:"Results"`
Tables []Table `json:"Tables" xml:"Tables"`
}