| 1234567891011121314151617181920212223242526272829 |
- NAME: "Tencent-API"
- VERSION: "v0.0.1"
- DESC: "接入腾讯服务"
- META: {
- official: "",
- configuration: "https://console.cloud.tencent.com/asr",
- tips: "",
- fee: "",
- infer_type: "normal"
- }
- # 暴露给前端的参数选项以及默认值
- PARAMETERS: [
- {
- name: "secret_id",
- description: "tencent secret_id.",
- type: "string",
- required: false,
- choices: [],
- default: ""
- },
- {
- name: "secret_key",
- description: "tencent secret_key.",
- type: "string",
- required: false,
- choices: [],
- default: ""
- }
- ]
|