Show / Hide Table of Contents

Class XPSArrayStats

The data statistics of a series of ARRAY values.

Inheritance
object
XPSArrayStats
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX