tempoConfidence property

  1. @JsonKey(name: 'tempo_confidence')
double? tempoConfidence
getter/setter pairinherited

The confidence, from 0.0 to 1.0, of the reliability of the tempo. Some tracks contain tempo changes or sounds which don’t contain tempo (like pure speech) which would correspond to a low value in this field.

Implementation

@JsonKey(name: 'tempo_confidence')
double? tempoConfidence;