你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SynthesisResult class

Base class for synthesis results

Constructors

SynthesisResult(string, ResultReason, string, PropertyCollection)

Creates and initializes an instance of this class.

Properties

errorDetails

In case of an unsuccessful synthesis, provides details of the occurred error.

properties

The set of properties exposed in the result.

reason

Specifies status of the result.

resultId

Specifies the result identifier.

Constructor Details

SynthesisResult(string, ResultReason, string, PropertyCollection)

Creates and initializes an instance of this class.

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

Parameters

resultId

string

The result id.

reason
ResultReason

The reason.

errorDetails

string

Error details, if provided.

properties
PropertyCollection

Additional properties, if provided.

Property Details

errorDetails

In case of an unsuccessful synthesis, provides details of the occurred error.

string errorDetails

Property Value

string

a brief description of an error.

properties

The set of properties exposed in the result.

PropertyCollection properties

Property Value

The set of properties exposed in the result.

reason

Specifies status of the result.

ResultReason reason

Property Value

Specifies status of the result.

resultId

Specifies the result identifier.

string resultId

Property Value

string

Specifies the result identifier.