SpeechSynthesisRequest 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 for a speech synthesis request. Note: This class is in preview and may be subject to change in future versions. Added in version 1.37.0
public class SpeechSynthesisRequest : IDisposable
type SpeechSynthesisRequest = class
interface IDisposable
Public Class SpeechSynthesisRequest
Implements IDisposable
- Inheritance
-
SpeechSynthesisRequest
- Derived
- Implements
Constructors
SpeechSynthesisRequest(SpeechSynthesisRequestInputType) |
Creates a speech synthesis request. |
Properties
InputStream |
Gets the input stream for the request. |
Pitch |
Sets the pitch of the synthesized speech. |
Properties |
Contains properties of the request. |
Rate |
Sets the speaking rate of the synthesized speech. |
Volume |
Sets the volume of the synthesized speech. |
Methods
Dispose() |
Dispose of associated resources. |
Dispose(Boolean) |
This method performs cleanup of resources.
The Boolean parameter |
Applies to
Azure SDK for .NET