次の方法で共有


ACSTeamsCaptionsReceivedEventArgs クラス

宣言

@interface ACSTeamsCaptionsReceivedEventArgs : NSObject;

Description

新しいキャプション データが入ってきたときの CaptionsReceived イベントについて説明します

Methods

プロパティ

スピーカー

スピーカーに関する情報。

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

音声テキスト

文字起こしのない原文。

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

spokenLanguage

話者の言語識別子。

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

キャプションテキスト

文字起こしされたテキスト。

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

caption言語

キャプションテキストの言語識別子。

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

resultType

CaptionsResultType は、テキストに部分的に話された文が含まれている場合、部分的です。 文が完全に書き起こされると、最終に設定されます。

@property (readonly) ACSCaptionsResultType resultType;

timestamp

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

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