Cloud Natural Language V1beta2 Client - Class AnalyzeSentimentRequest (0.30.2)

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

The sentiment analysis request message.

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

Namespace

Google \ Cloud \ Language \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ document Google\Cloud\Language\V1beta2\Document

Required. Input document.

↳ encoding_type int

The encoding type used by the API to calculate sentence offsets for the sentence sentiment.

getDocument

Required. Input document.

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

hasDocument

clearDocument

setDocument

Required. Input document.

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

getEncodingType

The encoding type used by the API to calculate sentence offsets for the sentence sentiment.

Returns
TypeDescription
int

setEncodingType

The encoding type used by the API to calculate sentence offsets for the sentence sentiment.

Parameter
NameDescription
var int
Returns
TypeDescription
$this