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 Details

    • AudioMetricsHistogramBin

      public AudioMetricsHistogramBin()
  • Method Details

    • getBegin

      public Float getBegin()
      Gets the begin.

      The lower boundary of the bin in the histogram.

      Returns:
      the begin
    • getEnd

      public Float getEnd()
      Gets the end.

      The upper boundary of the bin in the histogram.

      Returns:
      the end
    • getCount

      public Long getCount()
      Gets the count.

      The number of values in the bin of the histogram.

      Returns:
      the count