JSON_HBDLibInfoList

JSON message about result of creating human body picture libraries

{
  "HBDLibInfoList":[
    {
      "id": ,
/*required, sub item No. in the list, starts from 1*/ 
      "HBDID": "", 
/*required, string, ID of human body picture library, the maximum length is 64; for cameras, only the default HBDID will be returned*/ 
      "HBDLibName": "", 
/*required, string, name of human body picture library, the maximum length is 64*/
      "statusCode": , 
/*optional, read-only, it is returned when creating human body picture library failed*/
      "subStatusCode": ""
/*optional, read-only, it is returned when creating human body picture library failed*/
    }
  ]
}