IatResult class

语音识别结果

Constructors

IatResult({required int sentence, required bool lastSentence, required int begin, required int end, required List<Words> words, Pgs? pgs, List<int>? rg})
IatResult.fromJson(Map json)
factory

Properties

begin int
保留字段,无需关注
final
end int
保留字段,无需关注
final
hashCode int
The hash code for this object.
no setterinherited
lastSentence bool
是否最后一句
final
pgs Pgs?
开启wpgs会有此字段
final
rg List<int>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentence int
第几句
final
text String
no setter
words List<Words>
final

Methods

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

Operators

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