public string GetResultFileAbsolutePath() { return(ResultFile.GetAbsolutePath(text_slug)); }
public bool MainResultFileExists() { return(ResultFile.Exists(text_slug)); }
public bool DownloadResultFile() { return(ResultFile.DownloadFrom(text_slug, synthesis_result_file_url)); }
public bool DownloadMainResultFile() { return(ResultFile.DownloadFrom(slug, main_synthesis_result_file_url)); }
public string GetMainResultFileAbsolutePath() { return(ResultFile.GetAbsolutePath(slug)); }
public bool ResultFileExists() { return(ResultFile.Exists(slug)); }