ORACLE CLOUD

Speech actions

13 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.

Every Speech action

  • OCI Speech: Cancel Transcription JobCancel an in-progress Speech transcription job by its OCID: any outstanding transcription tasks are stopped.
  • OCI Speech: Change Transcription Job CompartmentMove a Speech transcription job into a different compartment: the job keeps its OCID, only its compartment placement changes.
  • OCI Speech: Create CustomizationCreate a Speech customization: a custom vocabulary trained from files in an Object Storage bucket that boosts transcription accuracy for your own terms. Returns the customization in a CREATING state; poll Get Customization until ACTIVE.
  • OCI Speech: Create Transcription JobStart a transcription job that converts an audio file in Object Storage into text using the chosen language model, writing the results to an output bucket. Returns the job in an ACCEPTED state: poll Get Transcription Job until SUCCEEDED.
  • OCI Speech: Delete CustomizationDelete an OCI Speech customization by its OCID: it can no longer be used by transcription jobs.
  • OCI Speech: Get CustomizationFetch a single Speech customization by its OCID: its display name, alias, description and lifecycle state.
  • OCI Speech: Get Transcription JobFetch a single Speech transcription job by its OCID: its lifecycle state and percent complete.
  • OCI Speech: List CustomizationsList the Speech customizations in a compartment. Optionally filter by exact display name or lifecycle state, and cap the page size. Walks pagination up to a safe cap.
  • OCI Speech: List Transcription JobsList the audio transcription jobs in a compartment. Optionally filter by exact display name or lifecycle state, and cap the number returned. Walks pagination up to a safe cap.
  • OCI Speech: List VoicesList the text-to-speech voices available for synthesis. Optionally filter by TTS model, language code, or display name.
  • OCI Speech: Synthesize SpeechConvert text into spoken audio with the OCI Speech text-to-speech service and return the generated audio as base64.
  • OCI Speech: Update CustomizationPartially update a Speech customization: change only the display name or description you supply; blank fields are left unchanged.
  • OCI Speech: Update Transcription JobPartially update a Speech transcription job: change only the display name or description you supply; blank fields are left unchanged.

Also in Oracle Cloud

Put Speech in a flow

These actions sit on the same canvas as every other integration, so a Speech step can follow a form, a schedule or a message without any glue code.