mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 03:02:44 +08:00
Added epoch_time as an optional value for json serializing
This commit is contained in:
@@ -79,7 +79,7 @@ class AlprImpl
|
||||
void setTopN(int topn);
|
||||
void setDefaultRegion(std::string region);
|
||||
|
||||
std::string toJson(const std::vector<AlprResult> results, double processing_time_ms = -1);
|
||||
std::string toJson(const std::vector<AlprResult> results, double processing_time_ms = -1, long epoch_time = -1);
|
||||
static std::string getVersion();
|
||||
|
||||
Config* config;
|
||||
|
Reference in New Issue
Block a user