labelImage.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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://ekuiper.org/docs/en/latest/sqls/custom_functions.html",
  12. "zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/custom_functions.html"
  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. "return": {
  46. "type": "string",
  47. "hint": {
  48. "en_US": "Image Label",
  49. "zh_CN": "图像标注"
  50. }
  51. },
  52. "node": {
  53. "category": "function",
  54. "icon": "iconPath",
  55. "label": {
  56. "en_US": "labelImage",
  57. "zh_CN": "labelImage"
  58. }
  59. }
  60. }]
  61. }