LISTENING

data class LISTENING(val initiator: ASRAgentInterface.Initiator) : ASRAgentInterface.State

Recognizing: speech recognition started, but not speech started yet.

Constructors

Link copied to clipboard
fun LISTENING(initiator: ASRAgentInterface.Initiator)

Functions

Link copied to clipboard
open fun isRecognizing(): Boolean

Return whether recognizing state or not

Properties

Link copied to clipboard
val initiator: ASRAgentInterface.Initiator
Link copied to clipboard
open override val name: String