SpeechRecognitionResult class

语音识别结果

Constructors

SpeechRecognitionResult({required String text, required bool isFinal, required bool isLast})
SpeechRecognitionResult.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isFinal bool
当前句子是否为最终结果
final
isLast bool
是否为最后一条结果
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
识别出的文本
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited