1.2 Query Results
GET https://techhk.aoscdn.com/api/tasks/media/video-clips/preview/{task_id}
Request Params
- task_id * string
Task ID: Used to query task results.
Response Params
- state int
Task Status: <0: Failed; 0: Queued; 1: Completed; 4: In Progress. For details, please check the .
- task_id string
Task ID
- created_at int
Creation Time (Timestamp)
- processed_at int
Processing Time (Timestamp)
- completed_at int
Completion Time (Timestamp)
- progress int
Progress: Range 0-100
- result array
Recognized Content from File: Each array element contains start (segment start time in milliseconds), end (segment end time in milliseconds), and text (recognized text content).
- start int
Segment start time in milliseconds
- end int
Segment end time in milliseconds
- duration int
Segment duration, unit: milliseconds
- file_url string
The URL of the clip file, which allows you to download the corresponding video segment.
- theme string
File Theme
- summary string
Theme Summary
-