C# Class EddiSpeechService.SpeechServiceConfiguration

Storage for the Text-to-Speech Configs
Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Clear the information held by speech
public Clear ( ) : void
Résultat void

FromFile() public static méthode

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
Résultat SpeechServiceConfiguration

ToFile() public méthode

public ToFile ( string filename = null ) : void
filename string
Résultat void