qisdk / com.aldebaran.qi.sdk.object.conversation / SpeechEngine / OnSayingChangedListener

OnSayingChangedListener

interface OnSayingChangedListener

Listener for saying property changed event

Since
3

Functions

onSayingChanged

The Phrase said by a Say action from this factory while it is running. This value is set when a Say action from this factory starts running and set to an empty Phrase when the action stops.

abstract fun onSayingChanged(phrase: Phrase!): Unit