次の方法で共有


ConversationTranscriptionCanceledEventArgs クラス

定義

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

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

プロパティ

ErrorCode

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

ErrorDetails

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

Offset

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

(継承元 RecognitionEventArgs)
Reason

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

Result

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

(継承元 ConversationTranscriptionEventArgs)
SessionId

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

(継承元 SessionEventArgs)

メソッド

ToString()

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

適用対象