Searched refs:RecognizeDrivingLicenseResult (Results 1 – 5 of 5) sorted by relevance
23 RecognizeDrivingLicenseResult::RecognizeDrivingLicenseResult() : in RecognizeDrivingLicenseResult() function in RecognizeDrivingLicenseResult27 RecognizeDrivingLicenseResult::RecognizeDrivingLicenseResult(const std::string &payload) : in RecognizeDrivingLicenseResult() function in RecognizeDrivingLicenseResult33 RecognizeDrivingLicenseResult::~RecognizeDrivingLicenseResult() in ~RecognizeDrivingLicenseResult()36 void RecognizeDrivingLicenseResult::parse(const std::string &payload) in parse()88 RecognizeDrivingLicenseResult::Data RecognizeDrivingLicenseResult::getData()const in getData()
32 class ALIBABACLOUD_OCR_EXPORT RecognizeDrivingLicenseResult : public ServiceResult68 RecognizeDrivingLicenseResult();69 explicit RecognizeDrivingLicenseResult(const std::string &payload);70 ~RecognizeDrivingLicenseResult();
43 include/alibabacloud/ocr/model/RecognizeDrivingLicenseResult.h94 src/model/RecognizeDrivingLicenseResult.cc
109 typedef Outcome<Error, Model::RecognizeDrivingLicenseResult> RecognizeDrivingLicenseOutcome;
387 return RecognizeDrivingLicenseOutcome(RecognizeDrivingLicenseResult(outcome.result())); in recognizeDrivingLicense()
Completed in 7 milliseconds