zhangzengfei
2024-05-08 80ae7958a17a492098f18f31fa21804f37b6cbaa
dataprocess.proto
@@ -36,17 +36,6 @@
   repeated RuleParams Params = 9;
}
message SOResult {
   bool IsEvent = 1;
   bool IsEndRecord = 2;
   repeated SoTarget Targets = 3;
   Image FirstImage = 4;
   Image CacheImage = 5;
   SoRule SoRule = 6;
   GroupRule GroupRule = 7;
   string SoType = 8;
}
message SoTarget {
   Target SrcTarget = 1;       
   string AreaId = 2;      
@@ -56,6 +45,20 @@
   int64 ImageId = 6;      
}
message SoResult {
   bool IsEvent = 1;
   bool IsEndRecord = 2;
   repeated SoTarget Targets = 3;
   Image FirstImage = 4;
   Image CacheImage = 5;
   SoRule soRule = 6;
   GroupRule groupRule = 7;
   string SoType = 8;
}
message EventCache {
   map<uint64, SoTarget> Targets = 1;
   map<string, GroupRule> RuleGroups = 2;