Home
last modified time | relevance | path

Searched refs:backResult (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/src/model/
A DRecognizeDrivingLicenseResult.cc66 …data_.backResult.approvedPassengerCapacity = backResultNode["ApprovedPassengerCapacity"].asString(… in parse()
68 data_.backResult.approvedLoad = backResultNode["ApprovedLoad"].asString(); in parse()
70 data_.backResult.fileNumber = backResultNode["FileNumber"].asString(); in parse()
72 data_.backResult.grossMass = backResultNode["GrossMass"].asString(); in parse()
74 data_.backResult.energyType = backResultNode["EnergyType"].asString(); in parse()
76 data_.backResult.inspectionRecord = backResultNode["InspectionRecord"].asString(); in parse()
78 data_.backResult.overallDimension = backResultNode["OverallDimension"].asString(); in parse()
80 data_.backResult.tractionMass = backResultNode["TractionMass"].asString(); in parse()
82 data_.backResult.unladenMass = backResultNode["UnladenMass"].asString(); in parse()
84 data_.backResult.plateNumber = backResultNode["PlateNumber"].asString(); in parse()
A DRecognizeIdentityCardResult.cc91 data_.backResult.startDate = backResultNode["StartDate"].asString(); in parse()
93 data_.backResult.endDate = backResultNode["EndDate"].asString(); in parse()
95 data_.backResult.issue = backResultNode["Issue"].asString(); in parse()
A DRecognizeDriverLicenseResult.cc62 data_.backResult.archiveNumber = backResultNode["ArchiveNumber"].asString(); in parse()
/AliOS-Things-master/components/ucloud_ai/src/model/
A Docr.cc107 cout << "startDate: " << outcome.result().getData().backResult.startDate << endl; in recognizeIdentityCardBackSide()
108 cout << "issue: " << outcome.result().getData().backResult.issue << endl; in recognizeIdentityCardBackSide()
109 cout << "endDate: " << outcome.result().getData().backResult.endDate << endl; in recognizeIdentityCardBackSide()
110 startDate = outcome.result().getData().backResult.startDate; in recognizeIdentityCardBackSide()
111 issue = outcome.result().getData().backResult.issue; in recognizeIdentityCardBackSide()
112 endDate = outcome.result().getData().backResult.endDate; in recognizeIdentityCardBackSide()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/
A DRecognizeDriverLicenseResult.h53 BackResult backResult; member
A DRecognizeIdentityCardResult.h82 BackResult backResult; member
A DRecognizeDrivingLicenseResult.h64 BackResult backResult; member

Completed in 7 milliseconds