由图AI智能餐饮识别服务
快速入门接口文档
快速入门接口文档
HTTP协议
  • gRPC协议
  • HTTP协议
v1.7.0v1.3.0v1.2.0
v1.7.0v1.3.0v1.2.0
  1. 客户端需要实现的接口 Copy
  • 客户端需要实现的接口 Copy
    • ListenAiMatchResult 监听AI识别结果
      POST
  • SDK接口
    • Exit 应用程序退出
      POST
    • GetVersion 获取版本信息
      POST
    • GetActivateState 获取SDK激活状态
      POST
    • Activate 激活设备
      POST
    • GetDeviceInfo 获取设备信息
      POST
    • RegisterHttpServer 注册客户端实现的HTTP服务
      POST
    • AiMatchControl AI识别启动(停止)控制
      POST
    • AiMark AI标记学习
      POST
    • LearnDataFlushj 学习数据保存
      POST
    • LearnDataExport 学习数据导出
      POST
    • LearnDataImport 学习数据导入
      POST
    • LearnDataClear 学习数据清除
      POST
    • PluDataDelete 商品数据删除
      POST
    • PluDataUpdate 商品数据更新
      POST
    • PluFeatQuery 商品特征查询
      POST
  1. 客户端需要实现的接口 Copy

ListenAiMatchResult 监听AI识别结果

POST
/listen/ai/match/result

请求参数

Header 参数

Body 参数application/json

示例
{
    "status": {
        "code": 0,
        "msg": "string"
    },
    "id": "string",
    "image": "string",
    "targetList": [
        {
            "id": "string",
            "x": 0,
            "y": 0,
            "width": 0,
            "height": 0,
            "pluList": [
                {
                    "code": "string",
                    "name": "string"
                }
            ]
        }
    ]
}

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "msg": "string"
}

扫码添加《由图AI智能餐饮识别SDK》微信技术支持

联系技术支持,您获得《由图AI智能餐饮识别SDK》使用上的任何帮助,快速上手让你的研测效率得到大幅提升

扫码加好友
修改于 2023-12-05 05:49:08
下一页
Exit 应用程序退出
Built with