11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
# 请求:启动识别
|
|
string command # "start" (默认), "stop", "reset"
|
|
---
|
|
# 响应:识别结果
|
|
bool success
|
|
string text # 识别文本(空字符串表示未识别到)
|
|
string message # 状态消息
|
|
|
|
|
|
|