Cloud Natural Language V1 Client - Class AnalyzeEntitiesResponse (1.0.1)

Reference documentation and code samples for the Cloud Natural Language V1 Client class AnalyzeEntitiesResponse.

The entity analysis response message.

Generated from protobuf message google.cloud.language.v1.AnalyzeEntitiesResponse

Namespace

Google \ Cloud \ Language \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ entities
array< Entity >

The recognized entities in the input document.

↳ language
string

The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See Document.language field for more details.

getEntities

The recognized entities in the input document.

Returns
Type
Description

setEntities

The recognized entities in the input document.

Parameter
Name
Description
var
array< Entity >
Returns
Type
Description
$this

getLanguage

The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language.

See Document.language field for more details.

Returns
Type
Description
string

setLanguage

The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language.

See Document.language field for more details.

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