SpeechSynthesizer.SpeakTextAsync(String, Object) method
Asynchronously speaks the content of a plain-text string.
Syntax
Parameters
- content
-
Type: System.String [.NET] | Platform::String [C++]
The plain-text string to speak.
- userState
-
Type: System.Object [.NET] | Platform::Object [C++]
Optional information that can be accessed in the completed event to determine which asynchronous call raised the event.
Return value
Type: IAsyncAction
The result of the asynchronous action.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
|
Capabilities |
|
See also