| | |
| | | type: string |
| | | occurrenceTime: |
| | | type: string |
| | | score: |
| | | description: 置信度 |
| | | type: number |
| | | size: |
| | | description: 音频大小 |
| | | type: integer |
| | |
| | | required: |
| | | - ids |
| | | type: object |
| | | request.FollowReq: |
| | | properties: |
| | | id: |
| | | type: integer |
| | | required: |
| | | - id |
| | | type: object |
| | | request.ProcessAudio: |
| | | properties: |
| | | id: |
| | | type: integer |
| | | required: |
| | | - id |
| | | type: object |
| | | response.FollowResp: |
| | | properties: |
| | | followStatus: |
| | | $ref: '#/definitions/constvar.BoolType' |
| | | type: object |
| | | util.Response: |
| | | properties: |
| | |
| | | /api-sa/v1/audio/batchDelete: |
| | | post: |
| | | parameters: |
| | | - description: 音频信息 |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | |
| | | /api-sa/v1/audio/batchProcess: |
| | | post: |
| | | parameters: |
| | | - description: 音频信息 |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | |
| | | /api-sa/v1/audio/delete: |
| | | post: |
| | | parameters: |
| | | - description: 音频信息 |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 删除音频 |
| | | tags: |
| | | - 音频 |
| | | /api-sa/v1/audio/follow: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.FollowReq' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.Response' |
| | | - properties: |
| | | data: |
| | | $ref: '#/definitions/response.FollowResp' |
| | | type: object |
| | | summary: 关注/取消关注 |
| | | tags: |
| | | - 音频 |
| | | /api-sa/v1/audio/list: |
| | |
| | | /api-sa/v1/audio/process: |
| | | post: |
| | | parameters: |
| | | - description: 音频信息 |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |