DeviceSpeech
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides methods for interacting with the device's speech module, allowing text-to-speech functionality.
- C#
- VB.NET
public class DeviceSpeech
Public Class DeviceSpeech
Access this class through the Device singleton.
Constructors
DeviceSpeech()
Initializes a new instance of DeviceSpeech.
Methods
Speak(text, options)
Speaks the provided text on the client device using text-to-speech.
| Parameter | Type | Description |
|---|---|---|
| text | String | The text to be spoken. |
| options | SpeechOptions | Optional speech options to customize the speech output. |