Skip to main content

transcribe

Function transcribe 

Source
pub fn transcribe(
    video_path: &Path,
    output_dir: Option<&Path>,
    initial_prompt: Option<&str>,
    force: bool,
) -> Result<PathBuf, CodeSynapseError>