次の方法で共有


ACSTeamsCaptionsReceivedEventArgs クラス

宣言

@interface ACSTeamsCaptionsReceivedEventArgs : NSObject;

説明

新しいキャプション データが入力されたときの 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

Text に部分的に読み上げられた文が含まれている場合、CaptionsResultType は Partial です。 文が完全に文字起こしされると、Final に設定されます。

@property (readonly) ACSCaptionsResultType resultType;

timestamp

対応する音声が行われた時刻を示すタイムスタンプ。 タイムスタンプは、1/1/1900 (NTP エポック) タイムスタンプが 1/1/1970 (UNIX エポック) 10000 C# ティック/ 1 ミリ秒以降に ms に変換されるため、C# ティックでコール レコーダーから受信されます

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