From 2bd63edf07618082f66c2de87cf0e1dd56e8d1fc Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 13 七月 2020 15:16:15 +0800 Subject: [PATCH] add Voice --- protomsg.proto | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index fb8d5f9..74f9386 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -256,6 +256,12 @@ int32 type = 7; } +message Voice { + string id = 1; + string name = 2; + string path = 3; +} + message CompareArgs { repeated string tableIds = 1; float compareThreshold = 2; -- Gitblit v1.8.0