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

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

The text to be spoken.

options

Optional speech options to customize the speech output.

Last updated