WordInfo class

Word-specific information for recognized words.

Constructors

WordInfo({double? confidence, String? endTime, String? speakerLabel, int? speakerTag, String? startTime, String? word})
WordInfo.fromJson(Map json_)

Properties

confidence double?
The confidence estimate between 0.0 and 1.0.
getter/setter pair
endTime 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 label value assigned for every unique speaker within the audio.
getter/setter pair
speakerTag int?
A distinct integer value is assigned for every speaker within the audio.
getter/setter pair
startTime 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