JSON_HBDModelingStatusSearchDescription

JSON message about condition of searching for modeling status

{
  "HBDModelingStatusSearchDescription":{
    "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*/ 
    "searchResultPosition": ,
/*required, int, the end position of search result in result list; it is 0 for first search*/ 
    "maxResults": ,
/*required, int, the maximum number of records in this search*/ 
    "modelStatus": "",
/*optional, string, modeling status: "modeling"-modeled, "unmodeled", "modelingFailed"-modeling failed*/
    "HBDIDList":[{
/*optional, search by human body picture library ID; HBDIDList and taskID are mutually exclusive*/
      "HBDID": "",
/*optional, string, ID of human body picture library, the maximum length is 64*/
      "customHBDID": ""
/*optional, string, ID of custom human body picture library, the maximum length is 128*/
    }], 
    "taskID": ""
/*optional, string, search by task ID, the maximum length is 64; taskID and HBDIDList are mutually exclusive*/
  }
}