keyConfidence property

  1. @JsonKey(name: 'key_confidence')
double? keyConfidence
getter/setter pairinherited

The confidence, from 0.0 to 1.0, of the reliability of the key. Songs with many key changes may correspond to low values in this field.

Implementation

@JsonKey(name: 'key_confidence')
double? keyConfidence;