123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "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/sqls/custom_functions.md",
- "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/sqls/custom_functions.md"
- },
- "description": {
- "en_US": "",
- "zh_CN": ""
- }
- },
- "libs": [],
- "name": "labelImage",
- "functions": [{
- "name": "labelImage",
- "example": "labelImage(col1)",
- "hint": {
- "en_US": "Label an image by tensorflow lite model.",
- "zh_CN": "采用 tensorflow lite 模型标记图片。"
- },
- "args": [
- {
- "name": "inputData",
- "hidden": true,
- "optional": false,
- "control": "text",
- "type": "string",
- "hint": {
- "en_US": "Input data",
- "zh_CN": "输入数据"
- },
- "label": {
- "en_US": "Input data",
- "zh_CN": "输入数据"
- }
- }
- ],
- "outputs": [
- {
- "label": {
- "en_US": "Output",
- "zh_CN": "输出"
- },
- "value": "labelImage"
- }
- ],
- "node": {
- "category": "abc",
- "icon": "iconPath",
- "label": {
- "en_US": "labelImage",
- "zh_CN": "labelImage"
- }
- }
- }]
- }
|