Cloud Natural Language V2 Client - Class EntityMention (0.32.4)

Reference documentation and code samples for the Cloud Natural Language V2 Client class EntityMention.

Represents a mention for an entity in the text. Currently, proper noun mentions are supported.

Generated from protobuf message google.cloud.language.v2.EntityMention

Namespace

Google \ Cloud \ Language \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ text Google\Cloud\Language\V2\TextSpan

The mention text.

↳ type int

The type of the entity mention.

↳ sentiment Google\Cloud\Language\V2\Sentiment

For calls to AnalyzeEntitySentiment or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document.

↳ probability float

Probability score associated with the entity. The score shows the probability of the entity mention being the entity type. The score is in (0, 1] range.

getText

The mention text.

Returns
Type Description
Google\Cloud\Language\V2\TextSpan|null

hasText

clearText

setText

The mention text.

Parameter
Name Description
var Google\Cloud\Language\V2\TextSpan
Returns
Type Description
$this

getType

The type of the entity mention.

Returns
Type Description
int

setType

The type of the entity mention.

Parameter
Name Description
var int
Returns
Type Description
$this

getSentiment

For calls to AnalyzeEntitySentiment or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document.

Returns
Type Description
Google\Cloud\Language\V2\Sentiment|null

hasSentiment

clearSentiment

setSentiment

For calls to AnalyzeEntitySentiment or if AnnotateTextRequest.Features.extract_entity_sentiment is set to true, this field will contain the sentiment expressed for this mention of the entity in the provided document.

Parameter
Name Description
var Google\Cloud\Language\V2\Sentiment
Returns
Type Description
$this

getProbability

Probability score associated with the entity.

The score shows the probability of the entity mention being the entity type. The score is in (0, 1] range.

Returns
Type Description
float

setProbability

Probability score associated with the entity.

The score shows the probability of the entity mention being the entity type. The score is in (0, 1] range.

Parameter
Name Description
var float
Returns
Type Description
$this