|
@@ -286,6 +286,7 @@ export default {
|
|
|
let data = {
|
|
|
fileName: file.raw.name,
|
|
|
speechBase64: base_res[1],
|
|
|
+ language: "ch",
|
|
|
};
|
|
|
prepareTranscribe(data).then((res) => {
|
|
|
_this.$set(_this.curQue, "taskId", res.data.taskId);
|
|
@@ -320,6 +321,7 @@ export default {
|
|
|
taskId: this.curQue.taskId,
|
|
|
verseList: JSON.stringify(verseList),
|
|
|
matchType: "chinese",
|
|
|
+ language: "ch",
|
|
|
};
|
|
|
getWordTime(data).then((res) => {
|
|
|
this.curQue.wordTime = res.data.result;
|