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

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

Name Description
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

Name Description
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