SpeechRecognition

object SpeechRecognition


Entry class to get a SpeechRecognizer for speech recognition.

Summary

Public functions

SpeechRecognizer

Creates a new instance of SpeechRecognizer with the specified options.

Public functions

getClient

fun getClient(options: SpeechRecognizerOptions = speechRecognizerOptions {}): SpeechRecognizer

Creates a new instance of SpeechRecognizer with the specified options.

Parameters
options: SpeechRecognizerOptions = speechRecognizerOptions {}

the configuration for speech recognition. If not provided, default options are used.