C# Class TTSTry.Settings

Show file 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 property

public bool exitMessage
return bool

speed public property

public int speed
return int

voice public property

public string voice
return string

volume public property

public int volume
return int