Class Voice
Assembly: .dll
Syntax
public class Voice : ApiAsset
Properties
Age
Declaration
public VoiceAge Age { get; }
Property Value
Gender
Declaration
public Gender Gender { get; }
Property Value
Language
Declaration
public SystemLanguage Language { get; }
Property Value
Type |
Description |
SystemLanguage |
|
Name
The name of the voice actor.
Declaration
public override string Name { get; }
Property Value
Overrides
Operators
implicit operator Voice(string)
Declaration
public static implicit operator Voice(string voiceId)
Parameters
Type |
Name |
Description |
string |
voiceId |
|
Returns