From 950d89112665bead13fa79ae7e37b8addc188ca8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 13 十月 2020 10:47:43 +0800
Subject: [PATCH] isTriggerByPreSdk set 0:非触发,1:必要触发,2:非必要触发

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

diff --git a/protomsg.proto b/protomsg.proto
index 08f251f..0fbd3b7 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -66,7 +66,7 @@
 message SdkRun {
     string ipc_id = 1;
     string sdk_type = 2;
-    bool isTriggerByPreSdk = 3;
+    int32 isTriggerByPreSdk = 3;
     int32 confidence = 4;
 }
 

--
Gitblit v1.8.0