JSON message about hard hat detection search conditions
{ "SearchDescription":{ "searchID": "", /*required, string, search record ID*/ "searchResultPosition": , /*required, int, The end position of search result in result list. In a single search, if you cannot get all the records in the result list, you can mark the end position and get the following records after the marked position in the next search*/ "maxResults": , /*required, int, the maximum number of records matched in a single search*/ "timeSpanList": [{ "startTime": "", /*required, string, start time in ISO8601 format, e.g., 2004-05-03T17:30:08+08:00*/ "endTime": "" /*required, string, end time in ISO8601 format, e.g., 2004-05-03T17:30:08+08:00*/ }] "faceContrastResult":"", /*required, comparison result: "all"-all are succeeded or failed, "success", "failed"*/ "FDLibList": [{ /*list library list, this node is valid when the value of "faceContrastResult" is "success"*/ "FDLib":{ "FDID":"" /*optional, string, list library ID*/ } }], "name":"" /*optional, xs:string, person name, this node is valid when the "FDLibList" does exist*/ } }