C# Класс EddiSpeechService.SpeechServiceConfiguration

Storage for the Text-to-Speech Configs
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Clear() публичный Метод

Clear the information held by speech
public Clear ( ) : void
Результат void

FromFile() публичный статический Метод

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
Результат SpeechServiceConfiguration

ToFile() публичный Метод

public ToFile ( string filename = null ) : void
filename string
Результат void