@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) • 632 B
JSON
{
"type": "object",
"title": "Storage Status Request",
"description": "An object indicating whether to enable storage for 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 enable storage for the Vehicle API."
},
"transport": {
"type": "boolean",
"description": "Optional. Indicates whether to enable storage for the Transport API."
}
}
}