TimeInterval class

JSON representation of a time interval inside AudioAnalysis.bars, AudioAnalysis.beats and AudioAnalysis.tatums,

Annotations
  • @JsonSerializable()

Constructors

TimeInterval()
TimeInterval.fromJson(Map<String, dynamic> json)
factory

Properties

confidence double?
The confidence, from 0.0 to 1.0, of the reliability of the interval.
getter/setter pair
duration double?
The duration (in seconds) of the time interval.
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
start double?
The starting point (in seconds) of the time interval.
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