Class XPSCategoryStats
The data statistics of a series of CATEGORY values.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSCategoryStats : IDirectResponseSchema
Properties
CommonStats
Declaration
[JsonProperty("commonStats")]
public virtual XPSCommonStats CommonStats { get; set; }
Property Value
Type | Description |
---|---|
XPSCommonStats |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TopCategoryStats
The statistics of the top 20 CATEGORY values, ordered by CategoryStats.SingleCategoryStats.count.
Declaration
[JsonProperty("topCategoryStats")]
public virtual IList<XPSCategoryStatsSingleCategoryStats> TopCategoryStats { get; set; }
Property Value
Type | Description |
---|---|
IList<XPSCategoryStatsSingleCategoryStats> |