Class XPSArrayStats
The data statistics of a series of ARRAY values.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSArrayStats : 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 |
MemberStats
Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.
Declaration
[JsonProperty("memberStats")]
public virtual XPSDataStats MemberStats { get; set; }
Property Value
Type | Description |
---|---|
XPSDataStats |