SpeechSynthesisResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Applies to
Azure SDK for .NET