JSON_CreateHBDLibList

JSON message about information of creating human body picture library

{
  "CreateHBDLibList":[
/*required, information of creating human body picture library*/
    {
      "id": ,
/*required, sub item No. in the list, starts from 1*/
      "HBDLibName": "",
/*required, string, name of human body picture library, the maximum length is 64*/
      "HBDLibThreshold": ,
/*required, integer32, similarity threshold for human body picture comparison, range: [0,100]*/ 
      "customHBDID": "",
/*optional, string, ID of custom human body picture library, the maximum length is 128*/
      "customInfo": ""
/*optional, string, additional information of human body picture library, the maximum length is 32*/
    }
  ]
}