Class AudioMetrics
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.AudioMetrics
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AudioMetrics
extends com.ibm.cloud.sdk.core.service.model.GenericModel
If audio metrics are requested, information about the signal characteristics of the input audio.
-
Constructor Summary
Constructors Constructor Description AudioMetrics()
-
Method Summary
Modifier and Type Method Description AudioMetricsDetails
getAccumulated()
Gets the accumulated.Float
getSamplingInterval()
Gets the samplingInterval.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
AudioMetrics
public AudioMetrics()
-
-
Method Details
-
getSamplingInterval
Gets the samplingInterval.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.
- Returns:
- the samplingInterval
-
getAccumulated
Gets the accumulated.Detailed information about the signal characteristics of the input audio.
- Returns:
- the accumulated
-