Class XPSStringStatsUnigramStats
The statistics of a unigram.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSStringStatsUnigramStats : IDirectResponseSchemaProperties
Count
The number of occurrences of this unigram in the series.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Value
The unigram.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string |