This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@adaptive-recognition/vehicle-api-client
TypeScript icon, indicating that this package has built-in type declarations

1.4.3 • Public • Published

Adaptive Recognition Cloud - Vehicle API Client

A JavaScript/TypeScript client for the AR Cloud Vehicle API.

How to Install

npm install --save @adaptive-recognition/vehicle-api-client

Usage

import { VehicleAPIClient, Locations } from "@adaptive-recognition/vehicle-api-client";

const client = new VehicleAPIClient({
    apiKey: "<YOUR_API_KEY>",
    services: { anpr: true, mmr: true },
    inputImageLocation: Locations.Europe.Hungary,
    cloudServiceRegion: "EU"
});

async function recognizeVehicle() {
    const response = await client.send("./car.jpg");
    console.log(response);
}

recognizeVehicle()
    .then()
    .catch(err => console.error(err));

Development

See DEVELOPMENT.md.

Package Sidebar

Install

npm i @adaptive-recognition/vehicle-api-client

Weekly Downloads

1

Version

1.4.3

License

MIT

Unpacked Size

126 kB

Total Files

22

Last publish

Collaborators

  • botond.balazs.ar
  • laszlo.toth
  • tothl74