| | |
| | | ImageID string `json:"ImageID"` // 图像ID |
| | | EventSort int `json:"EventSort"` // 事件排序 |
| | | DeviceID string `json:"DeviceID"` // 设备ID |
| | | StoragePath string `json:"StoragePath"` // 存储路径 |
| | | Type string `json:"Type"` // 类型 |
| | | StoragePath string `json:"StoragePath"` // 存储路径 采用Data传图片时为空 |
| | | Type string `json:"Type"` // 类型 14 场景图, 11 人脸图 |
| | | FileFormat string `json:"FileFormat"` // 文件格式 |
| | | ShotTime string `json:"ShotTime"` // 拍摄时间 |
| | | Width int `json:"Width"` // 宽度 |
| | |
| | | FaceObject []FaceObject `json:"FaceObject"` |
| | | } `json:"FaceListObject"` |
| | | } |
| | | |
| | | type NotificationFaceList struct { |
| | | FaceObject []FaceObject `json:"FaceObject"` |
| | | } |