Google Cloud Natural Language v1 API - Class PartOfSpeech (3.6.0-alpha01)

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

Inheritance

object > PartOfSpeech

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Constructors

PartOfSpeech()

public PartOfSpeech()

PartOfSpeech(PartOfSpeech)

public PartOfSpeech(PartOfSpeech other)
Parameter
NameDescription
otherPartOfSpeech

Properties

Aspect

public PartOfSpeech.Types.Aspect Aspect { get; set; }

The grammatical aspect.

Property Value
TypeDescription
PartOfSpeechTypesAspect

Case

public PartOfSpeech.Types.Case Case { get; set; }

The grammatical case.

Property Value
TypeDescription
PartOfSpeechTypesCase

Form

public PartOfSpeech.Types.Form Form { get; set; }

The grammatical form.

Property Value
TypeDescription
PartOfSpeechTypesForm

Gender

public PartOfSpeech.Types.Gender Gender { get; set; }

The grammatical gender.

Property Value
TypeDescription
PartOfSpeechTypesGender

Mood

public PartOfSpeech.Types.Mood Mood { get; set; }

The grammatical mood.

Property Value
TypeDescription
PartOfSpeechTypesMood

Number

public PartOfSpeech.Types.Number Number { get; set; }

The grammatical number.

Property Value
TypeDescription
PartOfSpeechTypesNumber

Person

public PartOfSpeech.Types.Person Person { get; set; }

The grammatical person.

Property Value
TypeDescription
PartOfSpeechTypesPerson

Proper

public PartOfSpeech.Types.Proper Proper { get; set; }

The grammatical properness.

Property Value
TypeDescription
PartOfSpeechTypesProper

Reciprocity

public PartOfSpeech.Types.Reciprocity Reciprocity { get; set; }

The grammatical reciprocity.

Property Value
TypeDescription
PartOfSpeechTypesReciprocity

Tag

public PartOfSpeech.Types.Tag Tag { get; set; }

The part of speech tag.

Property Value
TypeDescription
PartOfSpeechTypesTag

Tense

public PartOfSpeech.Types.Tense Tense { get; set; }

The grammatical tense.

Property Value
TypeDescription
PartOfSpeechTypesTense

Voice

public PartOfSpeech.Types.Voice Voice { get; set; }

The grammatical voice.

Property Value
TypeDescription
PartOfSpeechTypesVoice