@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.
16 lines (15 loc) • 616 B
JSON
{
"type": "object",
"title": "Update Hook Request",
"description": "An object indicating whether a hook is subscribed the APIs included. An explicit true or false value will override an existing setting. If an API is not specified, its settings will be left as is.",
"properties": {
"vehicle": {
"type": "boolean",
"description": "Optional. Indicates whether to subscribe to the Vehicle API."
},
"transport": {
"type": "boolean",
"description": "Optional. Indicates whether to subscribe to the Transport API."
}
}
}