SynthesisResult class

合成結果の基底クラス

コンストラクター

SynthesisResult(string, ResultReason, string, PropertyCollection)

このクラスのインスタンスを作成して初期化します。

プロパティ

errorDetails

合成に失敗した場合は、発生したエラーの詳細を提供します。

properties

結果で公開されるプロパティのセット。

reason

結果の状態を指定します。

resultId

結果識別子を指定します。

コンストラクターの詳細

SynthesisResult(string, ResultReason, string, PropertyCollection)

このクラスのインスタンスを作成して初期化します。

new SynthesisResult(resultId?: string, reason?: ResultReason, errorDetails?: string, properties?: PropertyCollection)

パラメーター

resultId

string

結果 ID。

reason
ResultReason

理由。

errorDetails

string

エラーの詳細 (指定されている場合)。

properties
PropertyCollection

追加のプロパティ (指定されている場合)。

プロパティの詳細

errorDetails

合成に失敗した場合は、発生したエラーの詳細を提供します。

string errorDetails

プロパティ値

string

エラーの簡単な説明。

properties

結果で公開されるプロパティのセット。

PropertyCollection properties

プロパティ値

結果で公開されるプロパティのセット。

reason

結果の状態を指定します。

ResultReason reason

プロパティ値

結果の状態を指定します。

resultId

結果識別子を指定します。

string resultId

プロパティ値

string

結果識別子を指定します。