Interface AvailabilityChangedEvent

Event emitted when an STT instance's availability changes.

interface AvailabilityChangedEvent {
    available: boolean;
    stt: stt.STT;
}

Properties

Properties

available: boolean

Whether the STT instance is now available.

stt: stt.STT

The STT instance whose availability changed.