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// Data is a nested struct in ocr response
19type Data struct {
20	ExpiryDate          string               `json:"ExpiryDate" xml:"ExpiryDate"`
21	Date                string               `json:"Date" xml:"Date"`
22	ExpiryDay           string               `json:"ExpiryDay" xml:"ExpiryDay"`
23	Seat                string               `json:"Seat" xml:"Seat"`
24	EstablishDate       string               `json:"EstablishDate" xml:"EstablishDate"`
25	FileContent         string               `json:"FileContent" xml:"FileContent"`
26	ValidPeriod         string               `json:"ValidPeriod" xml:"ValidPeriod"`
27	Type                string               `json:"Type" xml:"Type"`
28	NameChineseRaw      string               `json:"NameChineseRaw" xml:"NameChineseRaw"`
29	NativePlace         string               `json:"NativePlace" xml:"NativePlace"`
30	LegalPerson         string               `json:"LegalPerson" xml:"LegalPerson"`
31	RegisterNumber      string               `json:"RegisterNumber" xml:"RegisterNumber"`
32	IssuePlaceRaw       string               `json:"IssuePlaceRaw" xml:"IssuePlaceRaw"`
33	Destination         string               `json:"Destination" xml:"Destination"`
34	Price               float64              `json:"Price" xml:"Price"`
35	Relation            string               `json:"Relation" xml:"Relation"`
36	BirthPlaceRaw       string               `json:"BirthPlaceRaw" xml:"BirthPlaceRaw"`
37	DepartureStation    string               `json:"DepartureStation" xml:"DepartureStation"`
38	Gender              string               `json:"Gender" xml:"Gender"`
39	BirthDay            string               `json:"BirthDay" xml:"BirthDay"`
40	PassportNo          string               `json:"PassportNo" xml:"PassportNo"`
41	Success             bool                 `json:"Success" xml:"Success"`
42	IssueDate           string               `json:"IssueDate" xml:"IssueDate"`
43	Status              string               `json:"Status" xml:"Status"`
44	Name                string               `json:"Name" xml:"Name"`
45	BankName            string               `json:"BankName" xml:"BankName"`
46	IDNumber            string               `json:"IDNumber" xml:"IDNumber"`
47	ErrorMessage        string               `json:"ErrorMessage" xml:"ErrorMessage"`
48	Sex                 string               `json:"Sex" xml:"Sex"`
49	Capital             string               `json:"Capital" xml:"Capital"`
50	LineOne             string               `json:"LineOne" xml:"LineOne"`
51	IsBlur              bool                 `json:"IsBlur" xml:"IsBlur"`
52	Authority           string               `json:"Authority" xml:"Authority"`
53	CardNumber          string               `json:"CardNumber" xml:"CardNumber"`
54	VinCode             string               `json:"VinCode" xml:"VinCode"`
55	ErrorCode           string               `json:"ErrorCode" xml:"ErrorCode"`
56	Angle               float64              `json:"Angle" xml:"Angle"`
57	Business            string               `json:"Business" xml:"Business"`
58	Country             string               `json:"Country" xml:"Country"`
59	JobId               string               `json:"JobId" xml:"JobId"`
60	BirthPlace          string               `json:"BirthPlace" xml:"BirthPlace"`
61	Result              string               `json:"Result" xml:"Result"`
62	Nationality         string               `json:"Nationality" xml:"Nationality"`
63	ValidDate           string               `json:"ValidDate" xml:"ValidDate"`
64	Level               string               `json:"Level" xml:"Level"`
65	PersonId            string               `json:"PersonId" xml:"PersonId"`
66	SourceCountry       string               `json:"SourceCountry" xml:"SourceCountry"`
67	NameChinese         string               `json:"NameChinese" xml:"NameChinese"`
68	Address             string               `json:"Address" xml:"Address"`
69	IsCard              bool                 `json:"IsCard" xml:"IsCard"`
70	Number              string               `json:"Number" xml:"Number"`
71	BirthDate           string               `json:"BirthDate" xml:"BirthDate"`
72	LineZero            string               `json:"LineZero" xml:"LineZero"`
73	IssuePlace          string               `json:"IssuePlace" xml:"IssuePlace"`
74	Departments         []string             `json:"Departments" xml:"Departments"`
75	Companies           []string             `json:"Companies" xml:"Companies"`
76	Emails              []string             `json:"Emails" xml:"Emails"`
77	CellPhoneNumbers    []string             `json:"CellPhoneNumbers" xml:"CellPhoneNumbers"`
78	OfficePhoneNumbers  []string             `json:"OfficePhoneNumbers" xml:"OfficePhoneNumbers"`
79	Titles              []string             `json:"Titles" xml:"Titles"`
80	Addresses           []string             `json:"Addresses" xml:"Addresses"`
81	BackResult          BackResult           `json:"BackResult" xml:"BackResult"`
82	FaceResult          FaceResult           `json:"FaceResult" xml:"FaceResult"`
83	Box                 Box                  `json:"Box" xml:"Box"`
84	Summary             Summary              `json:"Summary" xml:"Summary"`
85	Content             Content              `json:"Content" xml:"Content"`
86	SpoofResult         SpoofResult          `json:"SpoofResult" xml:"SpoofResult"`
87	Stamp               Stamp                `json:"Stamp" xml:"Stamp"`
88	FrontResult         FrontResult          `json:"FrontResult" xml:"FrontResult"`
89	TitleArea           TitleArea            `json:"TitleArea" xml:"TitleArea"`
90	QRCode              QRCode               `json:"QRCode" xml:"QRCode"`
91	Title               Title                `json:"Title" xml:"Title"`
92	Emblem              Emblem               `json:"Emblem" xml:"Emblem"`
93	Regions             []Region             `json:"Regions" xml:"Regions"`
94	Tables              []Table              `json:"Tables" xml:"Tables"`
95	InvalidStampAreas   []InvalidStampArea   `json:"InvalidStampAreas" xml:"InvalidStampAreas"`
96	Signboards          []SignboardsItem     `json:"Signboards" xml:"Signboards"`
97	Invoices            []Invoice            `json:"Invoices" xml:"Invoices"`
98	RegisterStampAreas  []RegisterStampArea  `json:"RegisterStampAreas" xml:"RegisterStampAreas"`
99	Results             []Result             `json:"Results" xml:"Results"`
100	Elements            []Element            `json:"Elements" xml:"Elements"`
101	OtherStampAreas     []OtherStampArea     `json:"OtherStampAreas" xml:"OtherStampAreas"`
102	UndertakeStampAreas []UndertakeStampArea `json:"UndertakeStampAreas" xml:"UndertakeStampAreas"`
103	Plates              []Plate              `json:"Plates" xml:"Plates"`
104}
105