asrState

val asrState: StateFlow<ASRState?>

A StateFlow representing the current user input state.

Observers can collect this flow to reactively respond to changes in the recognition process, such as when it starts listening, detects speech, processes results, or encounters errors. A null value means that the ASR service is not connected.