PersonalVoiceSynthesisRequest Constructor

Definition

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