다음을 통해 공유


ACSTeamsCaptionsReceivedEventArgs 클래스

선언

@interface ACSTeamsCaptionsReceivedEventArgs : NSObject;

Description

새 캡션 데이터가 들어오는 경우에 대한 CaptionsReceived 이벤트를 설명합니다.

메서드

속성

speaker

발표자에 대한 정보입니다.

@property (retain, nonnull, readonly) ACSCallerInfo * speaker;

spokenText

전사되지 않은 원본 텍스트입니다.

@property (retain, nonnull, readonly) NSString * spokenText;

spokenLanguage

화자의 언어 식별자입니다.

@property (retain, nonnull, readonly) NSString * spokenLanguage;

captionText

전사된 텍스트입니다.

@property (retain, nonnull, readonly) NSString * captionText;

captionLanguage

캡션 텍스트의 언어 식별자입니다.

@property (retain, nonnull, readonly) NSString * captionLanguage;

resultType

CaptionsResultType은 텍스트에 부분적으로 말한 문장이 포함된 경우 부분입니다. 문장이 완전히 전사되면 Final로 설정됩니다.

@property (readonly) ACSCaptionsResultType resultType;

timestamp

해당 음성이 만들어진 시간을 나타내는 타임스탬프입니다. timestamp는 1900년 1월 1일(NTP Epoch) 타임스탬프가 1/1/1(UNIX Epoch) 10000 C# 틱/1ms 이후 ms로 변환되기 때문에 C# 틱의 통화 레코더에서 수신됩니다.

@property (retain, nonnull, readonly) NSDate * timestamp;