Using Live Transcribe

Learn how to create and manage live transcribe jobs.

OCI Live Transcribe provides real-time transcription, a new feature that enables you to send audio streams and receive text results in real time. Real-time transcription is required for many use cases across industries such as healthcare, call centers, media, and more. For example, physicians and nurses use medical dictation, which requires real-time capabilities and increases work efficiency. With the release of OCI Live Transcribe, customers can get accurate transcription in their application in less than a few seconds. You can use the embedded text window to try Live Transcribe or refer to the API document on how to programmatically integrate with the OCI real time transcription service.

Creating a Live Transcribe Job

Create and submit a Speech live transcribe job to transcribe a live audio stream to text.

Before you begin:

    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 Live transcribe.
    4. (Optional) To customize the transcription, select the following from the Configure customization section:
      • Choose Language: This is the language to transcribe in. Select the language to transcribe in from the dropdown list.
      • Partial silence threshold: This is how long, in milliseconds, the service waits for additional speech, after it stops detecting speech activity, before ending the speech recognition. Select from the dropdown list.
      • Final silence threshold: This is how long, in milliseconds of silence after a word is spoken, the end of the session is indicated. Select from the dropdown list.
      • Enable customizations: Check this to customize the session.
    5. To start a session, click Start session, and begin to speak.
    6. To stop a session, stop speaking and then click Stop session.
    7. (Optional) To view the JSON file, click View JSON.
    8. (Optional) To reset the session, click Reset.
  • Use the create command and required parameters to create a live transcribe job.

    oci speech transcription-job create [OPTIONS]

    Avoid entering confidential information.

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

  • Use the CreateTranscriptionJob command and operations to create a customization job.