Cloud Natural Language V1beta2 Client - Class Token (0.29.0)

Reference documentation and code samples for the Cloud Natural Language V1beta2 Client class Token.

Represents the smallest syntactic building block of the text.

Generated from protobuf message google.cloud.language.v1beta2.Token

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ text
↳ part_of_speech
Google\Cloud\Language\V1beta2\PartOfSpeech

Parts of speech tag for this token.

↳ dependency_edge
Google\Cloud\Language\V1beta2\DependencyEdge

Dependency tree parse for this token.

↳ lemma
string

Lemma of the token.

getText

The token text.

Returns
Type
Description

hasText

clearText

setText

The token text.

Parameter
Name
Description
Returns
Type
Description
$this

getPartOfSpeech

Parts of speech tag for this token.

Returns
Type
Description

hasPartOfSpeech

clearPartOfSpeech

setPartOfSpeech

Parts of speech tag for this token.

Parameter
Name
Description
Returns
Type
Description
$this

getDependencyEdge

Dependency tree parse for this token.

Returns
Type
Description

hasDependencyEdge

clearDependencyEdge

setDependencyEdge

Dependency tree parse for this token.

Parameter
Name
Description
Returns
Type
Description
$this

getLemma

Lemma of the token.

Returns
Type
Description
string

setLemma

Lemma of the token.

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: