C# Class Gablarski.SpeechNotifier.EventSpeech

Inheritance: ITextToSpeech
Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
Dispose ( ) : void
EventSpeech ( ) : System
GetSpeech ( string say ) : byte[]
SayAsync ( string say ) : System.Threading.Tasks.Task
ToString ( ) : string

Private Methods

Méthode Description
GetWaveEncodingFormat ( EncodingFormat encoding ) : WaveFormatEncoding

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EventSpeech() public méthode

public EventSpeech ( ) : System
Résultat System

GetSpeech() public méthode

public GetSpeech ( string say ) : byte[]
say string
Résultat byte[]

SayAsync() public méthode

public SayAsync ( string say ) : System.Threading.Tasks.Task
say string
Résultat System.Threading.Tasks.Task

ToString() public méthode

public ToString ( ) : string
Résultat string