C# Class EddiSpeechService.SpeechServiceConfiguration

Storage for the Text-to-Speech Configs
Mostra file Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void

Clear the information held by speech

FromFile ( string filename = null ) : SpeechServiceConfiguration

Obtain speech config from a file. If If the file name is not supplied the the default path of Constants.Data_DIR\speech.json is used

ToFile ( string filename = null ) : void

Method Details

Clear() public method

Clear the information held by speech
public Clear ( ) : void
return void

FromFile() public static method

Obtain speech config from a file. If If the file name is not supplied the the default path of Constants.Data_DIR\speech.json is used
public static FromFile ( string filename = null ) : SpeechServiceConfiguration
filename string
return SpeechServiceConfiguration

ToFile() public method

public ToFile ( string filename = null ) : void
filename string
return void