UNPKG

@adaptive-recognition/carmen-cloud-client

Version:

Node.js client for Carmen Cloud by Adaptive Recognition. Efficiently read license plates, recognize vehicle details, and process container, railway wagon, and US DOT codes.

27 lines (26 loc) 857 B
{ "type": "object", "title": "Create Hook Request", "description": "The hook to create", "required": ["hookUrl", "apis"], "properties": { "hookUrl": { "type": "string", "description": "The URL of the hook." }, "apis": { "type": "object", "description": "An object with properties that correspond to API subscriptions.", "properties": { "vehicle": { "type": "boolean", "description": "Optional. Indicates whether to enable storage for the Vehicle API." }, "transport": { "type": "boolean", "description": "Optional. Indicates whether to enable storage for the Transport API." } } } } }