State

enum State : Enum<AudioEndPointDetector.State>

Enum class of AudioEndPointDetector's state

Entries

Link copied to clipboard

enter to state which can listen

Link copied to clipboard

speaker start speech

Link copied to clipboard

speaker end speech

Link copied to clipboard

Do not speak for a period of time after EXPECTING_SPEECH or speak too long after SPEECH_START

Link copied to clipboard

stop detecting on active states(EXPECTING_SPEECH or SPEECH_START)

Link copied to clipboard

occur error on active state(EXPECTING_SPEECH or SPEECH_START)

Functions

Link copied to clipboard
fun isActive(): Boolean

Check if in active state or not

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int