PersonalVoiceSynthesisRequest Constructor
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.
Creates a speech synthesis request.
public PersonalVoiceSynthesisRequest (Microsoft.CognitiveServices.Speech.SpeechSynthesisRequestInputType inputType, string personalVoiceName, string modelName);
new Microsoft.CognitiveServices.Speech.PersonalVoiceSynthesisRequest : Microsoft.CognitiveServices.Speech.SpeechSynthesisRequestInputType * string * string -> Microsoft.CognitiveServices.Speech.PersonalVoiceSynthesisRequest
Public Sub New (inputType As SpeechSynthesisRequestInputType, personalVoiceName As String, modelName As String)
Parameters
- inputType
- SpeechSynthesisRequestInputType
The type of input for the request.
- personalVoiceName
- String
The name of the personal voice.
- modelName
- String
The name of the model.
Remarks
This method creates a speech synthesis request.
Applies to
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 .NET