Class XPSFloat64StatsHistogramBucket
A bucket of a histogram.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSFloat64StatsHistogramBucket : IDirectResponseSchema
Properties
Count
The number of data values that are in the bucket, i.e. are between min and max values.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Max
The maximum value of the bucket, exclusive unless max = "Infinity"
, in which case it's inclusive.
Declaration
[JsonProperty("max")]
public virtual double? Max { get; set; }
Property Value
Type | Description |
---|---|
double? |
Min
The minimum value of the bucket, inclusive.
Declaration
[JsonProperty("min")]
public virtual double? Min { get; set; }
Property Value
Type | Description |
---|---|
double? |