JSON_LoadingInfoList

JSON message about all engines status

{
  "LoadingInfoList":[{
    "engine":1, 
/* required, int, engine ID*/
    "status":1, 
/* required, int, status: 0 (model package is not loaded), 1 (model package is loaded and operates well), 2 (model package operates abnormally), 10 (engine is initializing), 11 (engine is abnormal), 12 (current engine is used for facial application, cannot be used for AI intelligent application)*/
    "MPID":"", 
/* required, string, model ID (64-byte ID), which is managed by platform*/
    "MPName":"", 
/* required, string, model package name; maximum: 128 bytes*/
    "description":[{ }]
/*when the model is downloaded, the packed model URL and a description file in JSON format will be returned, this node is a whole interception of file*/
  }]
}