From 5eceae888974a13473868773db0d8acaa1b06a47 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期三, 24 七月 2019 11:28:41 +0800
Subject: [PATCH] videoadd compareArgs

---
 protomsg.proto |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index bd3dc9b..f22d2f6 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -221,4 +221,10 @@
     string taskId = 3;
     int64 imgId = 4;
     repeated string sdkIds = 5;
+}
+
+message CompareArgs {
+    repeated string tableIds = 1;
+    bytes faceFeature = 2;
+    float compareThreshold = 3;
 }
\ No newline at end of file

--
Gitblit v1.8.0