public sealed class PartOfSpeech : IMessage<PartOfSpeech>, IEquatable<PartOfSpeech>, IDeepCloneable<PartOfSpeech>, IBufferMessage, IMessage
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
IMessage<PartOfSpeech>, IEquatable<PartOfSpeech>, IDeepCloneable<PartOfSpeech>, IBufferMessage, IMessageNamespace
Google.Cloud.Language.V1Assembly
Google.Cloud.Language.V1.dll
Constructors
PartOfSpeech()
public PartOfSpeech()
PartOfSpeech(PartOfSpeech)
public PartOfSpeech(PartOfSpeech other)
Parameter | |
---|---|
Name | Description |
other | PartOfSpeech |
Properties
Aspect
public PartOfSpeech.Types.Aspect Aspect { get; set; }
The grammatical aspect.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Aspect |
Case
public PartOfSpeech.Types.Case Case { get; set; }
The grammatical case.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Case |
Form
public PartOfSpeech.Types.Form Form { get; set; }
The grammatical form.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Form |
Gender
public PartOfSpeech.Types.Gender Gender { get; set; }
The grammatical gender.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Gender |
Mood
public PartOfSpeech.Types.Mood Mood { get; set; }
The grammatical mood.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Mood |
Number
public PartOfSpeech.Types.Number Number { get; set; }
The grammatical number.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Number |
Person
public PartOfSpeech.Types.Person Person { get; set; }
The grammatical person.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Person |
Proper
public PartOfSpeech.Types.Proper Proper { get; set; }
The grammatical properness.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Proper |
Reciprocity
public PartOfSpeech.Types.Reciprocity Reciprocity { get; set; }
The grammatical reciprocity.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Reciprocity |
Tag
public PartOfSpeech.Types.Tag Tag { get; set; }
The part of speech tag.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Tag |
Tense
public PartOfSpeech.Types.Tense Tense { get; set; }
The grammatical tense.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Tense |
Voice
public PartOfSpeech.Types.Voice Voice { get; set; }
The grammatical voice.
Property Value | |
---|---|
Type | Description |
PartOfSpeech.Types.Voice |