Show / Hide Table of Contents

Class PartOfSpeech

Represents part of speech information for a token.

Inheritance
System.Object
PartOfSpeech
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v1beta1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1beta1.dll
Syntax
public class PartOfSpeech : IDirectResponseSchema

Properties

Aspect

The grammatical aspect.

Declaration
[JsonProperty("aspect")]
public virtual string Aspect { get; set; }
Property Value
Type Description
System.String

Case__

The grammatical case.

Declaration
[JsonProperty("case")]
public virtual string Case__ { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Form

The grammatical form.

Declaration
[JsonProperty("form")]
public virtual string Form { get; set; }
Property Value
Type Description
System.String

Gender

The grammatical gender.

Declaration
[JsonProperty("gender")]
public virtual string Gender { get; set; }
Property Value
Type Description
System.String

Mood

The grammatical mood.

Declaration
[JsonProperty("mood")]
public virtual string Mood { get; set; }
Property Value
Type Description
System.String

Number

The grammatical number.

Declaration
[JsonProperty("number")]
public virtual string Number { get; set; }
Property Value
Type Description
System.String

Person

The grammatical person.

Declaration
[JsonProperty("person")]
public virtual string Person { get; set; }
Property Value
Type Description
System.String

Proper

The grammatical properness.

Declaration
[JsonProperty("proper")]
public virtual string Proper { get; set; }
Property Value
Type Description
System.String

Reciprocity

The grammatical reciprocity.

Declaration
[JsonProperty("reciprocity")]
public virtual string Reciprocity { get; set; }
Property Value
Type Description
System.String

Tag

The part of speech tag.

Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
Type Description
System.String

Tense

The grammatical tense.

Declaration
[JsonProperty("tense")]
public virtual string Tense { get; set; }
Property Value
Type Description
System.String

Voice

The grammatical voice.

Declaration
[JsonProperty("voice")]
public virtual string Voice { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top