Listing Transcription Tasks

Get a list of transcription tasks for a job in Speech, including its identifier (OCID).

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Speech.
    2. Under List Scope, select the compartment that you want to work in.
    3. In the left-side navigation menu, click Jobs
    4. Click the name of the job to open the job's details page.
    5. Click the name of the task that you want details for. The task details page opens.

    For successful tasks, you can download the transcription file by clicking Download JSON or Download SRT.

    On the Task information tab, you can view these details:

    • General information:

      • A description of the task.

      • A shortened version of the task OCID. You can use the Show and Hide links to switch the display of the full OCID. Use the Copy link to save the entire OCID to your clipboard to paste it elsewhere. For example, you could paste into a file and save it, then use it in your scripts.

      • The dates and times when the task started, and finished.

      • The file duration time, its size, and the processing time.

    • Data: Indicates the input and output data objects by name.

    • Media information:

      • The type of encoding and format identified for the media file.

      • How many channels were discovered.

      • The media sample rate measured in hertz. See Service Limits.

    • Transcription information:

      • Identifies the language selected for the transcription.
      • Identifies the model type for the task.
      • Identifies the model subtype for the task.

    In the Transcription result section.

    You can click the name of a media file to display the transcription results a readable format. You can click Show JSON (TranscriptionTask Reference) to view the results in that format. To switch the view, click Show Standard Result.

    Tip

    In either view, you can select the results and press Ctrl+C to copy the text.

    If a job failed, there are no results, and the failure error is displayed instead.

  • Use the oci speech transcription-task list command and required parameters to edit (update) a transcription task:

    oci speech transcription-task list ... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the ListTranscriptionTasks operation to list all tasks in the job.