SpeechSynthesisWordBoundaryEventSignal Class

Clients can connect to the event signal to receive events, or disconnect from

the event signal to stop receiving events.

Inheritance
builtins.object
SpeechSynthesisWordBoundaryEventSignal

Constructor

SpeechSynthesisWordBoundaryEventSignal(*args, **kwargs)

Methods

connect

Connects given callback function to the event signal, to be invoked when the

event is signalled.

disconnect_all

Disconnects all registered callbacks.

signal

Signals the event with given arguments t to all connected callbacks.

connect

Connects given callback function to the event signal, to be invoked when the

event is signalled.

connect(func, wrapped_type)

Parameters

callback
Required

Callback to connect.

wrapped_type
Required

disconnect_all

Disconnects all registered callbacks.

disconnect_all()

signal

Signals the event with given arguments t to all connected callbacks.

signal(t)

Parameters

t
Required

Event arguments to signal.