labelImage.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "about": {
  3. "trial": false,
  4. "author": {
  5. "name": "EMQ",
  6. "email": "contact@emqx.io",
  7. "company": "EMQ Technologies Co., Ltd",
  8. "website": "https://www.emqx.io"
  9. },
  10. "helpUrl": {
  11. "en_US": "https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/sqls/custom_functions.md",
  12. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/sqls/custom_functions.md"
  13. },
  14. "description": {
  15. "en_US": "",
  16. "zh_CN": ""
  17. }
  18. },
  19. "libs": [],
  20. "name": "labelImage",
  21. "functions": [{
  22. "name": "labelImage",
  23. "example": "labelImage(col1)",
  24. "hint": {
  25. "en_US": "Label an image by tensorflow lite model.",
  26. "zh_CN": "采用 tensorflow lite 模型标记图片。"
  27. },
  28. "args": [
  29. {
  30. "name": "inputData",
  31. "hidden": true,
  32. "optional": false,
  33. "control": "text",
  34. "type": "string",
  35. "hint": {
  36. "en_US": "Input data",
  37. "zh_CN": "输入数据"
  38. },
  39. "label": {
  40. "en_US": "Input data",
  41. "zh_CN": "输入数据"
  42. }
  43. }
  44. ],
  45. "outputs": [
  46. {
  47. "label": {
  48. "en_US": "Output",
  49. "zh_CN": "输出"
  50. },
  51. "value": "labelImage"
  52. }
  53. ],
  54. "node": {
  55. "category": "abc",
  56. "icon": "iconPath",
  57. "label": {
  58. "en_US": "labelImage",
  59. "zh_CN": "labelImage"
  60. }
  61. }
  62. }]
  63. }