Class PartOfSpeech
Represents part of speech information for a token. Parts of speech are as defined in http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class PartOfSpeech : IDirectResponseSchema
Properties
Aspect
The grammatical aspect.
Declaration
[JsonProperty("aspect")]
public virtual string Aspect { get; set; }
Property Value
Type | Description |
---|---|
string |
Case__
The grammatical case.
Declaration
[JsonProperty("case")]
public virtual string Case__ { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Form
The grammatical form.
Declaration
[JsonProperty("form")]
public virtual string Form { get; set; }
Property Value
Type | Description |
---|---|
string |
Gender
The grammatical gender.
Declaration
[JsonProperty("gender")]
public virtual string Gender { get; set; }
Property Value
Type | Description |
---|---|
string |
Mood
The grammatical mood.
Declaration
[JsonProperty("mood")]
public virtual string Mood { get; set; }
Property Value
Type | Description |
---|---|
string |
Number
The grammatical number.
Declaration
[JsonProperty("number")]
public virtual string Number { get; set; }
Property Value
Type | Description |
---|---|
string |
Person
The grammatical person.
Declaration
[JsonProperty("person")]
public virtual string Person { get; set; }
Property Value
Type | Description |
---|---|
string |
Proper
The grammatical properness.
Declaration
[JsonProperty("proper")]
public virtual string Proper { get; set; }
Property Value
Type | Description |
---|---|
string |
Reciprocity
The grammatical reciprocity.
Declaration
[JsonProperty("reciprocity")]
public virtual string Reciprocity { get; set; }
Property Value
Type | Description |
---|---|
string |
Tag
The part of speech tag.
Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
Type | Description |
---|---|
string |
Tense
The grammatical tense.
Declaration
[JsonProperty("tense")]
public virtual string Tense { get; set; }
Property Value
Type | Description |
---|---|
string |
Voice
The grammatical voice.
Declaration
[JsonProperty("voice")]
public virtual string Voice { get; set; }
Property Value
Type | Description |
---|---|
string |