-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
File file = new File("C:/New/anpr/snapshot/2018-04-20-102850.jpg");
String secretKey = "sk_5e1dabe8c87bc1bc8dafd189b5d";
String country = "india";
Integer recognizeVehicle = 0;
String state = "";
Integer returnImage = 0;
Integer topn = 0;
String prewarp = null;
InlineResponse200 response = api.recognizeFile(file, secretKey, country, recognizeVehicle, state,
returnImage, topn, prewarp);
I am using the above code to for recognize the license palte. But while runnig the program I have
"com.openalpr.api.invoker.ApiException: Bad Request" error. please Help me to solve this problem.
Metadata
Metadata
Assignees
Labels
No labels