From 5ada2e2ab333d8d1346c9cf943c79b3e51426c6c Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期三, 18 十二月 2019 14:17:34 +0800
Subject: [PATCH] add proc for sdk info etc.

---
 sdkstruct.go |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/sdkstruct.go b/sdkstruct.go
index 44fe644..bae2e7b 100644
--- a/sdkstruct.go
+++ b/sdkstruct.go
@@ -67,6 +67,13 @@
 	NFaceID     int64
 }
 
+// CFaceResult result
+type CFaceResult struct {
+	Info CFaceInfo
+	Prop CThftResult
+	Feat []byte
+}
+
 //////////////////////////////// humantrack
 
 // int left;//琛屼汉鍖呭洿妗嗗乏涓婅妯潗鏍�

--
Gitblit v1.8.0