IModelObjectpublic class AudioAnalysisSection extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AudioAnalysisSection.Builder |
Builder class for building
AudioAnalysisSection instances. |
static class |
AudioAnalysisSection.JsonUtil |
JsonUtil class for building
AudioAnalysisSection instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
AudioAnalysisSection.Builder |
builder() |
Create a builder for building an instance of a model object.
|
Integer |
getKey() |
Get the main key of the section.
|
Float |
getKeyConfidence() |
Get the key confidence of the section.
|
Float |
getLoudness() |
Get the (average) loudness of the section in decibels.
|
AudioAnalysisMeasure |
getMeasure() |
Get the measure of the audio analysis section object.
|
Modality |
getMode() |
Get the modality of the section.
|
Float |
getModeConfidence() |
Get the modality confidence of the section.
|
Float |
getTempo() |
Get the (estimated) tempo of the section in beats per minute.
|
Float |
getTempoConfidence() |
Get the tempo confidence of the section.
|
Integer |
getTimeSignature() |
Get the estimated overall time signature of the section.
|
Float |
getTimeSignatureConfidence() |
Get the time signature confidence of the section.
|
public AudioAnalysisMeasure getMeasure()
public Float getLoudness()
public Float getTempo()
public Float getTempoConfidence()
public Integer getKey()
public Float getKeyConfidence()
public Modality getMode()
public Float getModeConfidence()
public Integer getTimeSignature()
public Float getTimeSignatureConfidence()
public AudioAnalysisSection.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.