transcribe_file_unified

Function transcribe_file_unified 

Source
pub async fn transcribe_file_unified<P1, P2>(
    model_path: P1,
    audio_path: P2,
) -> Result<TranscriptionResult>
where P1: Into<PathBuf>, P2: AsRef<Path>,
Expand description

转录文件(统一错误处理)