tencent cloud

Tencent Cloud AI Digital Human

Related Agreement
Privacy Policy
DSA(Data Sharing Agreement)
자주 묻는 질문
문서Tencent Cloud AI Digital Human

Querying Audio Quality Inspection Task Progress

포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-07-18 18:07:16
Use the taskId to query the progress and results of the audio quality inspection.

Calling Protocol

HTTPS + JSON
POST /v2/ivh/assetmanager/zeroshotservice/getdetectprogress
Header Content-Type: application/json;charset=utf-8

Request Parameters

Parameters
Type
Mandatory
Description
TaskId
string
Yes

Response Parameter

Parameters
Type
Mandatory
Description
AudioId
string
Yes
Audio ID
DetectionCode
int
Yes
Detection codes: 0: indicating that the current audio passed. -1: indicating that detection failed and needs to be retried. -2: indicating that audio did not pass; user is prompted to re-record (usually due to missing, incorrect, or extra reading). -3: indicating that significant noise in the audio, did not pass.
DetectionMsg
string
No
Detection prompt message
TaskState
string
No
Detection task status: PROCESSING: In progress SUCCESS: Task processing completed FAIL: Task processing failed

Request Sample

{ "Header": {}, "Payload": { "TaskId": 666 } }

Response Sample

{ "Header": { "RequestID": "gz1a74c25f17030396653416949", "SessionID": "gz1a74c25f17030396653416950", "DialogID": "", "Code": 0, "Message": "ok" }, "Payload": { "TaskState": "SUCCESS", "AudioId": "ZZZ", "DetectionCode": 0, "DetectionMsg":"success" } }


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백