コード例 #1
0
 public string GetResultFileAbsolutePath()
 {
     return(ResultFile.GetAbsolutePath(text_slug));
 }
コード例 #2
0
 public bool MainResultFileExists()
 {
     return(ResultFile.Exists(text_slug));
 }
コード例 #3
0
 public bool DownloadResultFile()
 {
     return(ResultFile.DownloadFrom(text_slug, synthesis_result_file_url));
 }
コード例 #4
0
 public bool DownloadMainResultFile()
 {
     return(ResultFile.DownloadFrom(slug, main_synthesis_result_file_url));
 }
コード例 #5
0
 public string GetMainResultFileAbsolutePath()
 {
     return(ResultFile.GetAbsolutePath(slug));
 }
コード例 #6
0
 public bool ResultFileExists()
 {
     return(ResultFile.Exists(slug));
 }