次の方法で共有


MeetingTranscriptionCanceledEventArgs クラス

定義

会議の文字起こしによって取り消された結果イベントのペイロードが含まれます。

public sealed class MeetingTranscriptionCanceledEventArgs : Microsoft.CognitiveServices.Speech.Transcription.MeetingTranscriptionEventArgs
type MeetingTranscriptionCanceledEventArgs = class
    inherit MeetingTranscriptionEventArgs
Public NotInheritable Class MeetingTranscriptionCanceledEventArgs
Inherits MeetingTranscriptionEventArgs
継承

プロパティ

ErrorCode

認識に失敗した場合のエラー コード (Reason が Error に設定されています)。 Reason が Error でない場合、ErrorCode は NoError を返します。

ErrorDetails

認識に失敗した場合のエラー メッセージ (Reason が Error に設定されています)。

Offset

メッセージ オフセットをティック単位 (100 ナノ秒) で表します。

(継承元 RecognitionEventArgs)
Reason

結果が取り消された理由。

Result

会議の文字起こしの結果を表します。

(継承元 MeetingTranscriptionEventArgs)
SessionId

セッション識別子を表します。

(継承元 SessionEventArgs)

メソッド

ToString()

セッション ID と会議の文字起こし結果イベントを表す文字列を返します。

適用対象