JSON_ModelingStatus

JSON message about modeling result of specified human body picture

{
  "ModelingStatus":{
/*required, modeling result*/
    "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, custom human body picture ID, 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*/
  }
}