Job Parameters and examples
Customise your job based on your needs
Parameters
File parameters
List of local input audio file name(s).
Apply the task to the files with mentioned prefix in their file name.
Task, model and agent parameters
Below is a table summarizing the output files for each task mode.
Task | Output | Explanation |
---|---|---|
transcribe | .json and .wav | Contains the full text transcript and Original audio |
phi | .json and .wav | Transcript plus PHI spans and Original audio with all PHI segments muted |
biometric | .json and .wav | Transcript plus Audio with a new synthetic identity, gender, and age |
phi-biometric | .json and .wav | Transcript plus PHI spans and Audio with both PHI removed and a new synthetic identity, gender, and age |
Task to apply to attached files. Available task’s:
- transcribe (Transcription)
- phi (transcribe + PHI redaction)
- biometric (Speech to speech voice print redaction)
- phi-biometric (transcribe + phi + biometric)
Model tier to use for phi reduction. Pass advanced
if you want to use advanced reasoning via our private-LLM.
Available values:
- mini
- advanced Example:
Agents with specififc domain dependency and purpose. Available values:
- hipaa
- health-generic
- clinical
Diarization and transcription parameters
Set the target language for transcription. Leave this parameter to detect automatically amoung supported languages else force target language.
If automatic code-switching should be applied to your files. Available languages supported for code-switching transcription:
- de
- en
- fr
- sp
If speaker diarization should be applied to your files.
Biometric parameters
If biometric voice print redaction should be applied to your files, and if so, which language. Available values:
- en
- fr
The gender which should be applied to the anonymised version. Available values:
- random
- same
- opposite
The age group which should be applied to the anonymised version. Available values:
- young-adult (18-39)
- middle-aged-adult (40-69)
- same
- random
Submit your Job using Voice Habor’s SDK
Speech to text is by default applied for the task protect. To have the transcription without any reduction use transcribe as task.
Define your parameter based on data sensitivity.
Build Job File
Build your job as yaml file containing the parameters in your target programming language.
Minimal job example:
Submit Job File
Get Started with SDK
Start coding today using Python and integrate the Voice Harbor API into your workflows.