cheliequan
2023-02-10 5d483655e888dbb97a1011c45f890669b7a74cc5
dataprocess.proto
@@ -17,13 +17,43 @@
   string  FileId = 9;      // 数据栈中的文件id
}
message RuleParams {
   string SdkArgAlias = 1;
   string Operator = 2;
   string OperatorType = 3;
   string SdkArgValue = 4;
}
message SoRule {
   string Id = 1;
   string CameraId = 2;
   string PolygonId = 3;
   string SdkId = 4;
   int32 Sort = 5;
   string RuleWithPre = 6;
   bool IsSaveAnyhow =7;
   string GroupId = 8;
   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;
   string AreaName  = 3;
   string AreaId = 2;
   string AreaName = 3;
   string BelongsTargetID = 4;
   repeated RuleBaseCompareInfo CompDbInfo = 5;
   int64 ImageId   = 6;
   int64 ImageId = 6;
}
message EventCache {