Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSFloat64StatsHistogramBucket |
XPSFloat64StatsHistogramBucket.clone() |
XPSFloat64StatsHistogramBucket |
XPSFloat64StatsHistogramBucket.set(String fieldName,
Object value) |
XPSFloat64StatsHistogramBucket |
XPSFloat64StatsHistogramBucket.setCount(Long count)
The number of data values that are in the bucket, i.e.
|
XPSFloat64StatsHistogramBucket |
XPSFloat64StatsHistogramBucket.setMax(Double max)
The maximum value of the bucket, exclusive unless max = `"Infinity"`, in which case it's
inclusive.
|
XPSFloat64StatsHistogramBucket |
XPSFloat64StatsHistogramBucket.setMin(Double min)
The minimum value of the bucket, inclusive.
|
Modifier and Type | Method and Description |
---|---|
List<XPSFloat64StatsHistogramBucket> |
XPSFloat64Stats.getHistogramBuckets()
Histogram buckets of the data series.
|
Modifier and Type | Method and Description |
---|---|
XPSFloat64Stats |
XPSFloat64Stats.setHistogramBuckets(List<XPSFloat64StatsHistogramBucket> histogramBuckets)
Histogram buckets of the data series.
|
Copyright © 2011–2025 Google. All rights reserved.