123456789101112131415161718192021222324252627 |
- {
- "about": {
- "trial": false,
- "author": {
- "name": "EMQ",
- "email": "contact@emqx.io",
- "company": "EMQ Technologies Co., Ltd",
- "website": "https://www.emqx.io"
- },
- "helpUrl": {
- "en_US": "https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/plugins/functions/functions.md",
- "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/plugins/functions/functions.md"
- },
- "description": {
- "en_US": "",
- "zh_CN": ""
- }
- },
- "functions": [{
- "name": "labelImage",
- "example": "labelImage(col1)",
- "hint": {
- "en_US": "Label an image by tensorflow lite model.",
- "zh_CN": "采用 tensorflow lite 模型标记图片。"
- }
- }]
- }
|