public sealed class PartOfSpeech : IMessage<PartOfSpeech>, IEquatable<PartOfSpeech>, IDeepCloneable<PartOfSpeech>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API 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
IMessagePartOfSpeech, IEquatablePartOfSpeech, IDeepCloneablePartOfSpeech, 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 |
PartOfSpeechTypesAspect |
Case
public PartOfSpeech.Types.Case Case { get; set; }
The grammatical case.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesCase |
Form
public PartOfSpeech.Types.Form Form { get; set; }
The grammatical form.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesForm |
Gender
public PartOfSpeech.Types.Gender Gender { get; set; }
The grammatical gender.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesGender |
Mood
public PartOfSpeech.Types.Mood Mood { get; set; }
The grammatical mood.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesMood |
Number
public PartOfSpeech.Types.Number Number { get; set; }
The grammatical number.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesNumber |
Person
public PartOfSpeech.Types.Person Person { get; set; }
The grammatical person.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesPerson |
Proper
public PartOfSpeech.Types.Proper Proper { get; set; }
The grammatical properness.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesProper |
Reciprocity
public PartOfSpeech.Types.Reciprocity Reciprocity { get; set; }
The grammatical reciprocity.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesReciprocity |
Tag
public PartOfSpeech.Types.Tag Tag { get; set; }
The part of speech tag.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesTag |
Tense
public PartOfSpeech.Types.Tense Tense { get; set; }
The grammatical tense.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesTense |
Voice
public PartOfSpeech.Types.Voice Voice { get; set; }
The grammatical voice.
Property Value | |
---|---|
Type | Description |
PartOfSpeechTypesVoice |