Show / Hide Table of Contents

Class XPSFloat64StatsHistogramBucket

A bucket of a histogram.

Inheritance
object
XPSFloat64StatsHistogramBucket
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX