Cloud Natural Language V1beta2 Client - Class AnalyzeEntitySentimentResponse (0.30.2)

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

The entity-level sentiment analysis response message.

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

Namespace

Google \ Cloud \ Language \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ entities array<Google\Cloud\Language\V1beta2\Entity>

The recognized entities in the input document with associated sentiments.

↳ 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 with associated sentiments.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntities

The recognized entities in the input document with associated sentiments.

Parameter
NameDescription
var array<Google\Cloud\Language\V1beta2\Entity>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this