public class AudioMetricsHistogramBin
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Float |
getBegin()
Gets the begin.
|
Long |
getCount()
Gets the count.
|
Float |
getEnd()
Gets the end.
|
public Float getBegin()
The lower boundary of the bin in the histogram.
public Float getEnd()
The upper boundary of the bin in the histogram.
public Long getCount()
The number of values in the bin of the histogram.
Copyright © 2023 IBM Cloud. All rights reserved.