SpeechSynthesisResult Class

Definition

Contains detailed information about result of a speech synthesis operation. Added in 1.4.0

public class SpeechSynthesisResult : IDisposable
type SpeechSynthesisResult = class
    interface IDisposable
Public Class SpeechSynthesisResult
Implements IDisposable
Inheritance
SpeechSynthesisResult
Implements

Properties

AudioData

Presents the synthesized audio in the result.

AudioDuration

Specifies the time duration of synthesized audio. Only valid for completed synthesis. Added in version 1.21.0

Properties

Contains properties of the results.

Reason

Specifies status of speech synthesis result.

ResultId

Specifies unique ID of speech synthesis result.

Methods

Dispose()

Dispose of associated resources.

Dispose(Boolean)

This method performs cleanup of resources. The Boolean parameter disposing indicates whether the method is called from Dispose() (if disposing is true) or from the finalizer (if disposing is false). Derived classes should override this method to dispose resource if needed.

Applies to