Class AudioMetricsHistogramBin
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.AudioMetricsHistogramBin
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AudioMetricsHistogramBin
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A bin with defined boundaries that indicates the number of values in a range of signal
characteristics for a histogram. The first and last bins of a histogram are the boundary bins.
They cover the intervals between negative infinity and the first boundary, and between the last
boundary and positive infinity, respectively.
-
Constructor Summary
Constructors Constructor Description AudioMetricsHistogramBin()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
AudioMetricsHistogramBin
public AudioMetricsHistogramBin()
-
-
Method Details
-
getBegin
Gets the begin.The lower boundary of the bin in the histogram.
- Returns:
- the begin
-
getEnd
Gets the end.The upper boundary of the bin in the histogram.
- Returns:
- the end
-
getCount
Gets the count.The number of values in the bin of the histogram.
- Returns:
- the count
-