public class AudioMetrics
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| AudioMetricsDetails | getAccumulated()Gets the accumulated. | 
| Float | getSamplingInterval()Gets the samplingInterval. | 
public 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.
Copyright © 2023 IBM Cloud. All rights reserved.