TeamsCaptionsInfo interface

각 CaptionsReceivedEventType 이벤트에 대해 수신된 데이터 구조

속성

captionLanguage

캡션이 표시되는 언어입니다. setCaptionLanguage에 지정된 captionLanguage에 해당합니다.

captionText

캡션 텍스트

resultType

이 캡션 데이터를 분류할 수 있는 상태

speaker

캡션 텍스트를 말한 통화 참가자의 정보

spokenLanguage

음성 단어가 해석된 언어입니다. startCaptions /setSpokenLanguage에 지정된 언어에 해당합니다.

spokenText

캡션 언어로 번역하기 전의 원래 음성 캡션 텍스트

timestamp

캡션 단어가 처음 말한 시기의 타임스탬프

속성 세부 정보

captionLanguage

캡션이 표시되는 언어입니다. setCaptionLanguage에 지정된 captionLanguage에 해당합니다.

captionLanguage: string

속성 값

string

captionText

캡션 텍스트

captionText: string

속성 값

string

resultType

이 캡션 데이터를 분류할 수 있는 상태

resultType: CaptionsResultType

속성 값

speaker

캡션 텍스트를 말한 통화 참가자의 정보

speaker: CallerInfo

속성 값

spokenLanguage

음성 단어가 해석된 언어입니다. startCaptions /setSpokenLanguage에 지정된 언어에 해당합니다.

spokenLanguage: string

속성 값

string

spokenText

캡션 언어로 번역하기 전의 원래 음성 캡션 텍스트

spokenText: string

속성 값

string

timestamp

캡션 단어가 처음 말한 시기의 타임스탬프

timestamp: Date

속성 값

Date