Feature(#79): 클로바 API를 사용하여 음성을 글로 추출하고 자막으로 DB에 저장한다. #214
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
작업 개요
close #79
클로바 API를 사용하여 음성을 글로 추출하고 자막으로 DB에 저장한다.
작업 사항
CLOVA Speech 장문인식 API를 활용하여 미디어파일에서 음성을 텍스트로 추출했습니다. callback url로 API 결과가 리턴되면 이를 가공하여 DB에 저장합니다. DB에는 자막 문장별로
발화시간
과문장내용
형식으로 저장합니다.자막을 나타내기 위한
interface
를 다음과 같이 정의하였습니다.DB에는 다음과 같은 형태로 저장됩니다.