public class AudioMetrics
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected AudioMetricsDetails |
accumulated |
protected java.lang.Float |
samplingInterval |
Constructor and Description |
---|
AudioMetrics() |
Modifier and Type | Method and Description |
---|---|
AudioMetricsDetails |
getAccumulated()
Gets the accumulated.
|
java.lang.Float |
getSamplingInterval()
Gets the samplingInterval.
|
@SerializedName(value="sampling_interval") protected java.lang.Float samplingInterval
protected AudioMetricsDetails accumulated
public java.lang.Float getSamplingInterval()
The interval in seconds (typically 0.1 seconds) at which the service calculated the audio metrics. In other words, how often the service calculated the metrics. A single unit in each histogram (see the `AudioMetricsHistogramBin` object) is calculated based on a `sampling_interval` length of audio.
public AudioMetricsDetails getAccumulated()
Detailed information about the signal characteristics of the input audio.