Getting a Task's Details
Get details for a transcription task for a job in Speech.
- On the Transcription jobs list page, select the transcription job that you want to work with. If you need help finding the list page or the transcription job, see Listing Transcription Jobs.
- Select Tasks.
- Select the name of the task.
The details page opens and displays the following information about the task. Access the various resources associated with the bucket by selecting their links or tabs. (If the job failed, there are no results, and the failure error is displayed instead.)
- Download: Option to download the transcription results. This option is available for successful tasks.
- View JSON: Option to view the transcription results in JSON format. API: TranscriptionTask Reference.
- Details
- Task information
- Description: A description of the task.
- OCID: The task OCID. Select Copy 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.
- Started on
- Finished on
- File duration
- File size
- Processing time
- Data: Indicates the input and output data objects by name.
- Transcription information: Indicates the selected language, model type, and domain.
- Media information: Indicates the type of encoding and format identified for the media file, number of discovered channels, and media sample rate measured in hertz. See Service Limits.
- Task information
- Result: Transcripton result.
When diarization is enabled, the transcription result indicates each speaker with a number.
Tip
To copy the text, select the results and press Ctrl+C.
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 parameters and values for CLI commands, see the CLI Command Reference.
Use the GetTranscriptionTask operation to get a task in the job by identifier.
Use the TranscriptionTask Reference to understand the details retrieved.