ACSTeamsCaptionsReceivedEventArgs 類別
宣告
@interface ACSTeamsCaptionsReceivedEventArgs : NSObject;
Description
描述新輔助字幕數據何時傳入的 CaptionsReceived 事件
方法
屬性
喇叭
說話者的相關信息。
@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 為 Partial。 一旦完全轉譯句子,它就會設定為 Final。
@property (readonly) ACSCaptionsResultType resultType;
timestamp
時間戳,表示建立對應語音的時間。 時間戳從 C# 刻度中的通話錄製器接收,因為 1/1/1900 (NTP Epoch) 時間戳會轉換成 ms (,因為 UNIX Epoch) 10000 C# 刻度/1 毫秒
@property (retain, nonnull, readonly) NSDate * timestamp;