Class TextToSpeechCustomVoiceParameters
- Namespace
- Uralstech.UCloud.TextToSpeech.Synthesis
Description of the custom voice to be synthesized.
public class TextToSpeechCustomVoiceParameters
- Inheritance
-
objectTextToSpeechCustomVoiceParameters
Constructors
TextToSpeechCustomVoiceParameters(string)
public TextToSpeechCustomVoiceParameters(string model)
Parameters
model
stringSee Model.
Fields
Model
The name of the AutoML model that synthesizes the custom voice.
public string Model
Field Value
- string