IModelObjectpublic class AudioAnalysisMeasure extends AbstractModelObject
AudioAnalysis measurements, like tatums, bars and
beats.| Modifier and Type | Class | Description |
|---|---|---|
static class |
AudioAnalysisMeasure.Builder |
Builder class for building
AudioAnalysisMeasure instances. |
static class |
AudioAnalysisMeasure.JsonUtil |
JsonUtil class for building
AudioAnalysisMeasure instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
AudioAnalysisMeasure.Builder |
builder() |
Create a builder for building an instance of a model object.
|
Float |
getConfidence() |
Get the confidence value of the measurement.
|
Float |
getDuration() |
Get the duration of the measurement in seconds.
|
Float |
getStart() |
Get the start point of the measurement, eg.
|
public Float getConfidence()
public Float getDuration()
public Float getStart()
public AudioAnalysisMeasure.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.