menu
speech_to_text package
documentation
speech_recognition_result.dart
SpeechRecognitionWords
SpeechRecognitionWords.new const constructor
SpeechRecognitionWords.new const constructor
dark_mode
light_mode
SpeechRecognitionWords
constructor
const
SpeechRecognitionWords
(
String
recognizedWords
,
List
<
String
>
?
recognizedPhrases
,
double
confidence
)
Implementation
const SpeechRecognitionWords( this.recognizedWords, this.recognizedPhrases, this.confidence);
speech_to_text package
documentation
speech_recognition_result
SpeechRecognitionWords
SpeechRecognitionWords.new const constructor
SpeechRecognitionWords class