1.2 Generate Subtitles (Query Results)

GET https://techhk.aoscdn.com/api/tasks/audio/recognition

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 .

  • state_detail string

    Status Details: For example, Complete

  • 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

  • duration int

    File Duration: In seconds

  • source_language string

    Source Language of File: Detected from the first 30 seconds of the file

  • target_language string

    Output Language of Results: Based on the user's specified language

  • 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

    • text string

      Recognized text content

Copyright © 2025 RecCloud All Rights Reserved 條款隱私Cookies策略
返回頂部

本網址使用對本網站的運營及其核心功能至關重要的 cookie,只有在您同意的情況下才會放置其他 cookie。想要了解更多詳情,請訪問我們的 隱私策略.