userInputMiddleware

abstract var userInputMiddleware: Set<UserInputOwnerMiddleware>

Set the initial set of interfaces used for Speech To Text which also known as UserInput. The middleware at index 0 will be used as the the default or fallback middleware. The last selected middleware will be persisted and used on the next app launch. The set is expected to be non-empty.

Defaults to the SpeechRecognizer.