Struct googapis::google::cloud::language::v1::PartOfSpeech[][src]

pub struct PartOfSpeech {
    pub tag: i32,
    pub aspect: i32,
    pub case: i32,
    pub form: i32,
    pub gender: i32,
    pub mood: i32,
    pub number: i32,
    pub person: i32,
    pub proper: i32,
    pub reciprocity: i32,
    pub tense: i32,
    pub voice: i32,
}
Expand description

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

Fields

tag: i32

The part of speech tag.

aspect: i32

The grammatical aspect.

case: i32

The grammatical case.

form: i32

The grammatical form.

gender: i32

The grammatical gender.

mood: i32

The grammatical mood.

number: i32

The grammatical number.

person: i32

The grammatical person.

proper: i32

The grammatical properness.

reciprocity: i32

The grammatical reciprocity.

tense: i32

The grammatical tense.

voice: i32

The grammatical voice.

Implementations

Returns the enum value of tag, or the default if the field is set to an invalid enum value.

Sets tag to the provided enum value.

Returns the enum value of aspect, or the default if the field is set to an invalid enum value.

Sets aspect to the provided enum value.

Returns the enum value of case, or the default if the field is set to an invalid enum value.

Sets case to the provided enum value.

Returns the enum value of form, or the default if the field is set to an invalid enum value.

Sets form to the provided enum value.

Returns the enum value of gender, or the default if the field is set to an invalid enum value.

Sets gender to the provided enum value.

Returns the enum value of mood, or the default if the field is set to an invalid enum value.

Sets mood to the provided enum value.

Returns the enum value of number, or the default if the field is set to an invalid enum value.

Sets number to the provided enum value.

Returns the enum value of person, or the default if the field is set to an invalid enum value.

Sets person to the provided enum value.

Returns the enum value of proper, or the default if the field is set to an invalid enum value.

Sets proper to the provided enum value.

Returns the enum value of reciprocity, or the default if the field is set to an invalid enum value.

Sets reciprocity to the provided enum value.

Returns the enum value of tense, or the default if the field is set to an invalid enum value.

Sets tense to the provided enum value.

Returns the enum value of voice, or the default if the field is set to an invalid enum value.

Sets voice to the provided enum value.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns the encoded length of the message without a length delimiter.

Clears the message, resetting all fields to their default.

Encodes the message to a buffer. Read more

Encodes the message to a newly allocated buffer.

Encodes the message with a length-delimiter to a buffer. Read more

Encodes the message with a length-delimiter to a newly allocated buffer.

Decodes an instance of the message from a buffer. Read more

Decodes a length-delimited instance of the message from the buffer.

Decodes an instance of the message from a buffer, and merges it into self. Read more

Decodes a length-delimited instance of the message from buffer, and merges it into self. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more