diff --git a/Lib/CloudBuilder.AI.dll b/Lib/CloudBuilder.AI.dll index 7930740..1cefadc 100644 Binary files a/Lib/CloudBuilder.AI.dll and b/Lib/CloudBuilder.AI.dll differ diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index efaa058..ea2989a 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "CloudBuilder.Topshelf": { "commandName": "Project", - "commandLineArgs": "task:TtsTask book_id:B000008 voice:Sherpa2 actor:澈蕾 actor_voice:Sherpa1 save_path:D:\\\\Net8\\\\FileServer\\\\Backup\\\\DmsFile\\\\voice" + "commandLineArgs": "task:ChineseNameExtractorTask book_id:B000008" } } } \ No newline at end of file diff --git a/Task/AI/ChineseNameExtractorTask.cs b/Task/AI/ChineseNameExtractorTask.cs index e90f57a..a8501bc 100644 --- a/Task/AI/ChineseNameExtractorTask.cs +++ b/Task/AI/ChineseNameExtractorTask.cs @@ -71,6 +71,7 @@ namespace CloudBuilder.Topshelf.Task if (p.Length == 1) continue; aiChapterPerson = new AiChapterPersonEntity(); aiChapterPerson.PersonName = p; + aiChapterPerson.BookId = ent.BookId; aiChapterPerson.ChapterId = ent.ChapterId; aiChapterPerson.ParagraphIndex = ent.ParagraphId; aiChapterPerson.SentenceIndex= ent.SentenceIndex;