JSON message about specified engine status
{ "LoadingInfo":{ "status":1, /* required, int, 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*/ } }