Getting a Task's Details

Get the identifier (OCID) for a transcription task for a job in Speech.

Use the TranscriptionTask Reference to understand the details retrieved.

    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.
    6. (Optional) Under General information, a shortened version of the task OCID is displayed. You can use the Show and Hide links to switch the display of the full OCID.
    7. (Optional) 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.
    8. (Optional) Use Download JSON and Download SRT to retrieve the files generated by the task.
    9. (Optional) Switch the results view with Show JSON
  • Use the oci speech transcription-task get command and required parameters to get the task by its identifier:

    oci speech transcription-task get --transcription-job-id [<job-id>]... [OPTIONS]

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

  • Use the GetTranscriptionTask operation to get a task in the job by identifier.