Skip to main content

DeviceSpeech

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

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​

Instance memberDeviceSpeech()​

Initializes a new instance of DeviceSpeech.

Methods​

Instance memberSpeak(text, options)​

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

ParameterTypeDescription
textStringThe text to be spoken.
options optionalSpeechOptionsOptional speech options to customize the speech output.