| | |
| | | syntax = "proto3"; |
| | | |
| | | import "aiocean.proto"; |
| | | |
| | | package protomsg; |
| | | |
| | | message Esinfo{ |
| | |
| | | float compareScore =4; |
| | | int32 enable =5; |
| | | string analyServerId =6; |
| | | |
| | | string carNo =7;//车牌号 |
| | | } |
| | | |
| | | message MultiFeaCache { |
| | | Esinfo esInfo = 1; |
| | | string attachFeature = 2; |
| | | string cameraId =3; |
| | | repeated LinkEsInfo linkEsInfo = 4; |
| | | TargetLocation targetLocation =5; |
| | | } |
| | | |
| | | message LinkEsInfo { |
| | | string cameraId =1; |
| | | string feature =2;//人体特征 |
| | | string attachFeature = 3;//辅助特征,有的话就是人脸特征 |
| | | TargetLocation targetLocation =4; |
| | | } |
| | | |
| | | message Dbperson{ |
| | |
| | | string monitorLevel =15; |
| | | int32 enable =16; |
| | | string reserved =17; |
| | | |
| | | string carNo =18; |
| | | string carPicUrls =19; |
| | | int32 carType =20; |
| | | int32 carBrand =21; |
| | | int32 carColor =22; |
| | | } |
| | | |
| | | message Dbtable { |