timeSignatureConfidence property

  1. @JsonKey(name: 'time_signature_confidence')
double? timeSignatureConfidence
getter/setter pairinherited

The confidence, from 0.0 to 1.0, of the reliability of the timeSignature. Sections with time signature changes may correspond to low values in this field.

Implementation

@JsonKey(name: 'time_signature_confidence')
double? timeSignatureConfidence;