API Referenceglobal
InstalledVoiceclass
object→InstalledVoice
Constructors1
Showing 1 constructors
public InstalledVoice(string Name, string Gender, string Age)
| Parameter | Type | Description |
|---|---|---|
| Name | string | — |
| Gender | string | — |
| Age | string | — |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(string Name, string Gender, string Age)
| Parameter | Type | Description |
|---|---|---|
| Name | string | — |
| Gender | string | — |
| Age | string | — |
Returns:
void—No results match this filter.
Properties3
Showing 3 properties
public string Sandbox.Speech.Synthesizer.InstalledVoice.Age { get; set; }
Returns:
string—public string Sandbox.Speech.Synthesizer.InstalledVoice.Gender { get; set; }
Returns:
string—public string Sandbox.Speech.Synthesizer.InstalledVoice.Name { get; set; }
Returns:
string—No results match this filter.