|
|
@@ -36,6 +36,12 @@ public class AiVideoHelper { |
|
|
|
public void setOralBroadcasting(String oral_broadcasting){ |
|
|
|
this.oral_broadcasting = oral_broadcasting; |
|
|
|
} |
|
|
|
|
|
|
|
public static String video_path; |
|
|
|
@Value("${suimang.video_path}") |
|
|
|
public void setVideoPath(String video_path){ |
|
|
|
this.video_path = video_path; |
|
|
|
} |
|
|
|
|
|
|
|
public static String video_tts; |
|
|
|
@Value("${suimang.video_tts}") |
|
|
|