appmixer.ai.gladia.TranscribeAudio
Transcribe Audio
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Audio URL | text | URL of the audio/video file to transcribe. Use the Upload Audio component to obtain a hosted Gladia URL, or provide any publicly accessible URL. |
| Diarization | toggle | Enable speaker recognition to label who spoke each segment. |
| Translation | toggle | Translate the transcript into the target languages provided below. |
| Translation Target Languages | text | Comma-separated ISO 639-1 language codes to translate into (e.g. en, fr, es). Only used when Translation is enabled. |
| Summarization | toggle | Generate a summary of the transcript. |
| Subtitles | toggle | Generate subtitles (SRT/VTT) from the transcript. |
| Sentiment Analysis | toggle | Detect the sentiment and emotion of each utterance. |
| PII Redaction | toggle | Redact personally identifiable information from the transcript. |
| Languages | text | Optional comma-separated ISO 639-1 language codes to force the spoken language(s) (e.g. en, es). Leave empty for automatic detection. |
| Custom Metadata | textarea | Optional JSON object stored with the job and returned by Get Transcription and the Transcription Completed trigger, for example {"orderId": "1234"}. Use it to recognise your own jobs later. |
| Wait For Completion | toggle | On: poll until the job finishes and output the full transcription result. Off: return the job id and result URL immediately. |
| Polling Timeout (seconds) | number | Maximum time to wait for the transcription to finish when Wait For Completion is on. The job status is checked once a minute, so the effective resolution is 60 seconds and anything lower than that is raised to 60. When the timeout is reached the component fails; use Get Transcription with the job id to collect the result afterwards. |
| Field | Type | Description |
|---|---|---|
| Job ID | string | - |
| Status | string | - |
| Result URL | string | - |
| Created At | string | - |
| Completed At | string | - |
| Custom Metadata | object | - |
| Result | object | - |