From 38851591c69185171468ae25728d48d6698eff58 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期一, 17 六月 2019 15:26:44 +0800 Subject: [PATCH] add person and vedio struct for write input es data --- protomsg.proto | 96 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 95 insertions(+), 1 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index c9146c2..1d78f51 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -12,9 +12,103 @@ string cid = 1; TaskLabel tasklab = 2; bytes data =3 ; - map<string, string> esinfo = 4; + + Personaction personaction =4; + Vediopersons vedioperson = 5; } +message Personaction{ + string imgKey = 1; + string videoReqNum = 2; + string sdkType = 3; + string picName = 4; + string content = 5; + string cluster_id = 6; + string personPicUrl = 7; + string channlId = 8; + string likeDate = 9; + + string picAddress = 10; + string picMaxUrl = 11; + string picDate = 12; + string picLocalUrl = 13; + string isDelete = 14; + string likePer = 15; + string baseName = 16; + string videoNum = 17; + string collection = 18; + string picSmUrl = 19; + + string indeviceid = 20; + string idcard = 21; + string ack_alarm = 22; + string personId = 23; + string id = 24; + string indevicename = 25; + string faceFeature = 26; + string personIsHub = 27; + string videoIp = 28; + string taskId = 29; +} + +message PersonBaseInfo { + string personNamae = 1; + string iDCard = 2; + string gender = 3; + string personPicUrl = 4; + string likePer = 5; + string tableId = 6; + string monitorLevel = 7; + string personId = 8; + string phoneNum = 9; + string content = 10; + string tableName = 11; +} + +message Vediopersons { + string iD + string videoReqNum + string sdkType + string gender + string picName + string content + string personPicUrl + string channlId + string likeDate + string race + string pciAddress + string picMaxUrl + string age + + string picDate + string picLocalUrl + string isDelete + + repeated string tableName + repeated string tableId + + string videoNum + string picSmUrl + string simleLevel + string indeviceId + repeated string iDcard + repeated string personId + + string beautyLevel + string indeviceName + string faceFeature + string personIsHub + string videoIp + string ackAlarm + string clusterId + string taskId + string taskName + repeated PersonBaseInfo baseinfo + string collection + string ageDescription +} + + // Image ipc struct message Image{ int32 width = 1; -- Gitblit v1.8.0