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.