Cloud Natural Language V1beta2 Client - Class AnalyzeSentimentResponse (0.31.3)

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

The sentiment analysis response message.

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

Namespace

Google \ Cloud \ Language \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ document_sentiment Google\Cloud\Language\V1beta2\Sentiment

The overall sentiment of 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.

↳ sentences array<Google\Cloud\Language\V1beta2\Sentence>

The sentiment for all the sentences in the document.

getDocumentSentiment

The overall sentiment of the input document.

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

hasDocumentSentiment

clearDocumentSentiment

setDocumentSentiment

The overall sentiment of the input document.

Parameter
NameDescription
var Google\Cloud\Language\V1beta2\Sentiment
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

getSentences

The sentiment for all the sentences in the document.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSentences

The sentiment for all the sentences in the document.

Parameter
NameDescription
var array<Google\Cloud\Language\V1beta2\Sentence>
Returns
TypeDescription
$this