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