WordInfo class

Word-specific information for recognized words.

Constructors

WordInfo({double? confidence, String? endOffset, String? speakerLabel, String? startOffset, String? word})
WordInfo.fromJson(Map json_)

Properties

confidence double?
The confidence estimate between 0.0 and 1.0.
getter/setter pair
endOffset String?
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speakerLabel String?
A distinct label is assigned for every speaker within the audio.
getter/setter pair
startOffset String?
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.
getter/setter pair
word String?
The word corresponding to this set of information.
getter/setter pair

Methods

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

Operators

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