tencentAPI.yaml 549 B

1234567891011121314151617181920212223242526272829
  1. NAME: "Tencent-API"
  2. VERSION: "v0.0.1"
  3. DESC: "接入腾讯服务"
  4. META: {
  5. official: "",
  6. configuration: "https://console.cloud.tencent.com/asr",
  7. tips: "",
  8. fee: "",
  9. infer_type: "normal"
  10. }
  11. # 暴露给前端的参数选项以及默认值
  12. PARAMETERS: [
  13. {
  14. name: "secret_id",
  15. description: "tencent secret_id.",
  16. type: "string",
  17. required: false,
  18. choices: [],
  19. default: ""
  20. },
  21. {
  22. name: "secret_key",
  23. description: "tencent secret_key.",
  24. type: "string",
  25. required: false,
  26. choices: [],
  27. default: ""
  28. }
  29. ]