Class XPSStructStats
The data statistics of a series of STRUCT values.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSStructStats : 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 |
FieldStats
Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.
Declaration
[JsonProperty("fieldStats")]
public virtual IDictionary<string, XPSDataStats> FieldStats { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, XPSDataStats> |