Skip to content

Commit

Permalink
[FIX] SPEECH API
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHyeonSu committed Feb 15, 2024
1 parent dcbad1c commit ad8c98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/speech.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const recognizeFromObjectStorage = async (objectStorageDataKey, language
dataKey: objectStorageDataKey, // 인식을 원하는 파일의 ObjectStorage 경로에 접근하기 위한 Key
language,
completion: 'async',
callback: 'http://vi-no.site/video/result', // 결과를 받을 콜백 URL, 필요하다면 제공
callback: 'http://backend.vi-no.site/video/result', // 결과를 받을 콜백 URL, 필요하다면 제공
resultToObs: true, // 결과를 Object Storage에 저장할지 여부
noiseFiltering: true, // 노이즈 필터링 적용 여부
wordAlignment: true, // 단어 정렬 정보 포함 여부
Expand Down

0 comments on commit ad8c98b

Please sign in to comment.