DeviceSpeech

Wisej.Hybrid.DeviceSpeech

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides methods for interacting with the device's speech module, allowing text-to-speech functionality.

public class DeviceSpeech

Access this class through the Device singleton.

Constructors

Initializes a new instance of DeviceSpeech.

Methods

Speaks the provided text on the client device using text-to-speech.

ParameterTypeDescription

text

The text to be spoken.

Optional speech options to customize the speech output.

Last updated