es.proto | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
es.proto
@@ -16,12 +16,25 @@ string attachFeature = 2; string cameraId =3; repeated LinkEsInfo linkEsInfo = 4; TargetLocation targetLocation =5; } message TargetLocation { Location topLeft =1; Location bottomRight =2; } message Location { double x =1; double y =2; } message LinkEsInfo { string cameraId =1; string feature =2;//人体特征 string attachFeature = 3;//辅助特征,有的话就是人脸特征 TargetLocation targetLocation =4; } message Dbperson{