Reference documentation and code samples for the Cloud Natural Language V1 Client 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
Generated from protobuf message google.cloud.language.v1.PartOfSpeech
Namespace
Google \ Cloud \ Language \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tag |
int
The part of speech tag. |
↳ aspect |
int
The grammatical aspect. |
↳ case |
int
The grammatical case. |
↳ form |
int
The grammatical form. |
↳ gender |
int
The grammatical gender. |
↳ mood |
int
The grammatical mood. |
↳ number |
int
The grammatical number. |
↳ person |
int
The grammatical person. |
↳ proper |
int
The grammatical properness. |
↳ reciprocity |
int
The grammatical reciprocity. |
↳ tense |
int
The grammatical tense. |
↳ voice |
int
The grammatical voice. |
getTag
The part of speech tag.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Tag. |
setTag
The part of speech tag.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Tag. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAspect
The grammatical aspect.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Aspect. |
setAspect
The grammatical aspect.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Aspect. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCase
The grammatical case.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Case. |
setCase
The grammatical case.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Case. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getForm
The grammatical form.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Form. |
setForm
The grammatical form.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Form. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGender
The grammatical gender.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Gender. |
setGender
The grammatical gender.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Gender. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMood
The grammatical mood.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Mood. |
setMood
The grammatical mood.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Mood. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNumber
The grammatical number.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Number. |
setNumber
The grammatical number.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Number. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPerson
The grammatical person.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Person. |
setPerson
The grammatical person.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Person. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProper
The grammatical properness.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Proper. |
setProper
The grammatical properness.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Proper. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReciprocity
The grammatical reciprocity.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Reciprocity. |
setReciprocity
The grammatical reciprocity.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Reciprocity. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTense
The grammatical tense.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Tense. |
setTense
The grammatical tense.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Tense. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVoice
The grammatical voice.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Voice. |
setVoice
The grammatical voice.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Voice. |
| Returns | |
|---|---|
| Type | Description |
$this |
|