Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bad Request error #17

@sureshVvenkatesan

Description

@sureshVvenkatesan
    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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions