Class XPSTimestampStatsGranularStats
Stats split by a defined in context granularity.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTimestampStatsGranularStats : IDirectResponseSchema
Properties
Buckets
A map from granularity key to example count for that key. E.g. for hour_of_day 13
means 1pm, or for
month_of_year 5
means May).
Declaration
[JsonProperty("buckets")]
public virtual IDictionary<string, long?> Buckets { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, long?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |