SynthesisVoicesResult class

音声合成の結果を定義します。

Extends

コンストラクター

SynthesisVoicesResult(string, any, string)

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

プロパティ

errorDetails

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

properties

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

reason

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

resultId

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

voices

音声の一覧

コンストラクターの詳細

SynthesisVoicesResult(string, any, string)

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

new SynthesisVoicesResult(requestId: string, json: any, errorDetails: string)

パラメーター

requestId

string

要求の結果 ID。

json

any

エンドポイントからの json ペイロード。

errorDetails

string

プロパティの詳細

errorDetails

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

string errorDetails

プロパティ値

string

エラーの簡単な説明。

properties

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

PropertyCollection properties

プロパティ値

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

reason

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

ResultReason reason

プロパティ値

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

resultId

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

string resultId

プロパティ値

string

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

voices

音声の一覧

VoiceInfo[] voices

プロパティ値

合成された音声の一覧。