DescribeSpeechJob
) is used to query a specified speech recognition job.GET /asr_jobs/<jobId> HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>
<Response><JobsDetail></JobsDetail><NonExistJobIds></NonExistJobIds></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None | Response container | Container |
Response
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type |
JobsDetail | Response | Job details. Same as Response.JobsDetail in CreateSpeechJobs . | Container |
NonExistJobIds | Response | List of non-existing job IDs queried. If all jobs exist, this node will not be returned. | String |
SpeechRecognitionResult | Response | Returned speech recognition result details when the job type is SpeechRecognition and the status is success . | Container |
SpeechRecognitionResult
has the following sub-nodes:Node Name (Keyword) | Parent Node | Description | Type |
Result | Response.SpeechRecognitionResult | Recognition result | Container |
ResultDetail | Response.SpeechRecognition.ResultDetail | Recognition result details, including the time offsets of words in each sentence (generally used to generate subtitles). This field will not be empty if ResTextFormat in the recognition request is 1 .Note: This field may return null, indicating that no valid values can be obtained. | Array of SentenceDetail |
AudioTime | Response.SpeechRecognition.audioTime | Speech duration | double |
Was this page helpful?