Cloud Natural Language V1beta2 Client - Class Token (0.31.3)

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

Namespace

Google \ Cloud \ Language \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ text Google\Cloud\Language\V1beta2\TextSpan

The token 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
TypeDescription
Google\Cloud\Language\V1beta2\TextSpan|null

hasText

clearText

setText

The token text.

Parameter
NameDescription
var Google\Cloud\Language\V1beta2\TextSpan
Returns
TypeDescription
$this

getPartOfSpeech

Parts of speech tag for this token.

Returns
TypeDescription
Google\Cloud\Language\V1beta2\PartOfSpeech|null

hasPartOfSpeech

clearPartOfSpeech

setPartOfSpeech

Parts of speech tag for this token.

Parameter
NameDescription
var Google\Cloud\Language\V1beta2\PartOfSpeech
Returns
TypeDescription
$this

getDependencyEdge

Dependency tree parse for this token.

Returns
TypeDescription
Google\Cloud\Language\V1beta2\DependencyEdge|null

hasDependencyEdge

clearDependencyEdge

setDependencyEdge

Dependency tree parse for this token.

Parameter
NameDescription
var Google\Cloud\Language\V1beta2\DependencyEdge
Returns
TypeDescription
$this

getLemma

Lemma of the token.

Returns
TypeDescription
string

setLemma

Lemma of the token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this