JSON message about modeling status search result
{
"HBDModelingStatusSearchResult":{
"searchID": ,
/*required, string, search ID, which is used to check whether the current search requester is the same as the previous one. If they are the same, the search record will be stored in the device to speed up the next search*/
"responseStatus": ,
/*required, string, search status: "true"-succeeded, "false"-failed*/
"responseStatusStrg": "",
/*required, string, search status description: "OK"-search ended, "MORE"-searching, "NO_MATCHES"-no data found*/
"numOfMatches": ,
/*required, string, number of matched results that returned for once*/
"totalMatches": ,
/*required, string, total number of matched results*/
"ModelingStatusList":[{
/*optional, detailed information of matched results*/
"HBDID": "",
/*optional, string, ID of human body picture library, the maximum length is 64*/
"HBPID": "",
/*optional, string, human body picture ID; the maximum length is 64*/
"customHBDID": "",
/*optional, string, ID of custom human body picture library, the maximum length is 128*/
"customHBPID": "",
/*optional, string, ID of custom human body picture, the maximum length is 64*/
"modelStatus": "",
/*required, string, modeling status: "modeling"-modeled, "unmodeled", "modelingFailed"-modeling failed*/
"reason": "",
/*dependent, string, reason of modeling failure, it is valid when the value of modelStatus is "modelingFailed": "noHuman"-no human body, "humanSizeSmall"-picture size is too small, "shadeHuman"-human body is tempered, "unknow"-unknown error, "imageURLDownloadFailed"-picture download failed, "noJpgPicture"-the picture is not in JPEG format, "errorPictureResolution"-invalid resolution, "humanSizeBig"-picture size is too large, "diskError"-disk error, "diskFull"-disk is full, "analysisFailed"-analysis failed, "multipleHumans"-there are multiple human bodies*/
"name": ""
/*required, string, person name,the maximum length is 64*/
}]
}
}