SpeechSynthesisRequest Class
Represents 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
Creates a speech synthesis request using the specified text.
- Inheritance
-
builtins.objectSpeechSynthesisRequest
Constructor
SpeechSynthesisRequest(input_type: SpeechSynthesisRequestInputType)
Parameters
Name | Description |
---|---|
input_type
Required
|
The input type for the speech synthesis request. |
Attributes
input_stream
The input stream for the speech synthesis request.
pitch
properties
A collection of properties and their values defined for this SpeechSynthesisRequest.
rate
volume
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python