Record
section-object
No description available.
record section-object {
confidence: option<f64>,
duration: option<f64>,
key: option<s32>,
key-confidence: option<f64>,
loudness: option<f64>,
mode: option<f64>,
mode-confidence: option<f64>,
start: option<f64>,
tempo: option<f64>,
tempo-confidence: option<f64>,
time-signature: option<time-signature>,
time-signature-confidence: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| confidence | option<f64> | |
| duration | option<f64> | |
| key | option<s32> | |
| key-confidence | option<f64> | |
| loudness | option<f64> | |
| mode | option<f64> | |
| mode-confidence | option<f64> | |
| start | option<f64> | |
| tempo | option<f64> | |
| tempo-confidence | option<f64> | |
| time-signature | option<time-signature> | |
| time-signature-confidence | option<f64> |