JSON message about condition of searching for human body picture
{ "HBDSearchDescription":{ "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*/ "HBDID": "", /*required, 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*/ "startTime": "", /*optional, string, ISO 8601 format, search start time; the maximum length is 32*/ "endTime": "", /*optional, string, ISO 8601 format, search end time; the maximum length is 32*/ "name": "", /*optional, string, person name, the maximum length is 64*/ "gender": "", /*optional, string, gender: "male", "female", "unknown"*/ "province": "", /*optional, string, province of birth, the maximum length is 32*/ "city": "", /*optional, string, city of birth, the maximum length is 32*/ "certificateType ": "", /*optional, string, certificate type: "officerID"-officer ID, "ID"-identity card, "other"-other; the maximum length is 10*/ "certificateNumber": "" /*optional, string, certificate No., the maximum length is 32*/ "modelStatus": "" /*optional, string, modeling status: "modeling"-modeled, "unmodeled", "modelingFailed"-modeling failed*/ } }