CaptionsInfo interface
속성
| caption |
캡션이 표시되는 언어입니다. startCaptions / setCaptionLanguage에 지정된 captionLanguage에 해당합니다. |
| caption |
캡션 텍스트입니다. |
| last |
캡션이 마지막으로 업데이트된 시점의 타임스탬프입니다. |
| result |
이 캡션 데이터를 분류할 수 있는 상태입니다. |
| speaker | 자막이 있는 텍스트를 말한 통화 참가자의 정보입니다. |
| spoken |
말한 단어가 해석된 언어입니다. startCaptions/setSpokenLanguage에 지정된 언어에 해당합니다. |
| spoken |
자막 언어로 번역하기 전의 원본 음성 캡션 텍스트 |
| timestamp | 캡션이 있는 단어를 처음 말한 시점의 타임스탬프입니다. |
속성 세부 정보
captionLanguage
캡션이 표시되는 언어입니다. startCaptions / setCaptionLanguage에 지정된 captionLanguage에 해당합니다.
captionLanguage?: string
속성 값
string
captionText
캡션 텍스트입니다.
captionText: string
속성 값
string
lastUpdatedTimestamp
캡션이 마지막으로 업데이트된 시점의 타임스탬프입니다.
lastUpdatedTimestamp?: Date
속성 값
Date
resultType
speaker
spokenLanguage
말한 단어가 해석된 언어입니다. startCaptions/setSpokenLanguage에 지정된 언어에 해당합니다.
spokenLanguage: string
속성 값
string
spokenText
자막 언어로 번역하기 전의 원본 음성 캡션 텍스트
spokenText?: string
속성 값
string
timestamp
캡션이 있는 단어를 처음 말한 시점의 타임스탬프입니다.
timestamp: Date
속성 값
Date