公告板
版本库
filestore
活动
搜索
登录
pubsub
/
protomsg
protobuf 定义的协议格式
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Camera结构添加status
liuxiaolong
2021-02-02
d6490cec26caa8c61e0cad54024c93a49d92ccef
[pubsub/protomsg.git]
/
facedetect.proto
1
2
3
4
5
6
7
8
9
10
11
12
13
syntax = "proto3";
import "sdk.proto";
package protomsg;
message FaceDetectRequest {
bytes reqParam = 1;
}
service FaceDetect {
rpc FaceDetect(FaceDetectRequest) returns (ParamFacePos){}
}