Show / Hide Table of Contents

Class XPSStringStats

The data statistics of a series of STRING values.

Inheritance
object
XPSStringStats
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 XPSStringStats : 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

TopUnigramStats

The statistics of the top 20 unigrams, ordered by StringStats.UnigramStats.count.

Declaration
[JsonProperty("topUnigramStats")]
public virtual IList<XPSStringStatsUnigramStats> TopUnigramStats { get; set; }
Property Value
Type Description
IList<XPSStringStatsUnigramStats>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX