mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 22:32:43 +08:00
Reformatted JSON output. Moved epoch time to top level. Added total processing time
This commit is contained in:
@@ -62,7 +62,7 @@ class AlprImpl
|
||||
void setTopN(int topn);
|
||||
void setDefaultRegion(string region);
|
||||
|
||||
std::string toJson(const vector<AlprResult> results);
|
||||
std::string toJson(const vector<AlprResult> results, double processing_time_ms = -1);
|
||||
static std::string getVersion();
|
||||
|
||||
Config* config;
|
||||
|
Reference in New Issue
Block a user