Class NarratorSpeechHandler
Implementation of the ISpeechHandler interface that uses Windows SAPI via SpeechSynthesizer.
Implements
Inherited Members
Namespace: Ritchie.Toolbox.Accessibility
Assembly: Ritchie.Toolbox.dll
Syntax
public sealed class NarratorSpeechHandler : ISpeechHandlerMethods
SpeakAsync(string, CancellationToken)
Declaration
public Task SpeakAsync(string textToSpeak, CancellationToken interruptToken)Parameters
| Type | Name | Description | 
|---|---|---|
| string | textToSpeak | |
| CancellationToken | interruptToken | 
Returns
| Type | Description | 
|---|---|
| Task |