C# Class TTSTry.Settings

Mostrar archivo Open project: htoomyintnaung/alistin-myanmar-tts

Public Properties

Property Type Description
exitMessage bool
speed int
voice string
volume int

Public Methods

Method Description
reset ( ) : bool
save ( ) : bool
sync ( ) : bool

Method Details

reset() public method

public reset ( ) : bool
return bool

save() public method

public save ( ) : bool
return bool

sync() public method

public sync ( ) : bool
return bool

Property Details

exitMessage public_oe property

public bool exitMessage
return bool

speed public_oe property

public int speed
return int

voice public_oe property

public string voice
return string

volume public_oe property

public int volume
return int