Cloud Natural Language V1 Client - Class AnnotateTextRequest (0.29.0)

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

The request message for the text annotation API, which can perform multiple analysis types (sentiment, entities, and syntax) in one call.

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

Methods

build

Parameters
NameDescription
document Google\Cloud\Language\V1\Document

Required. Input document.

features Google\Cloud\Language\V1\AnnotateTextRequest\Features

Required. The enabled features.

encodingType int

The encoding type used by the API to calculate offsets. For allowed values, use constants defined on {@see \Google\Cloud\Language\V1\EncodingType}

Returns
TypeDescription
Google\Cloud\Language\V1\AnnotateTextRequest

buildFromDocumentFeatures

Parameters
NameDescription
document Google\Cloud\Language\V1\Document

Required. Input document.

features Google\Cloud\Language\V1\AnnotateTextRequest\Features

Required. The enabled features.

Returns
TypeDescription
Google\Cloud\Language\V1\AnnotateTextRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ document Google\Cloud\Language\V1\Document

Required. Input document.

↳ features Google\Cloud\Language\V1\AnnotateTextRequest\Features

Required. The enabled features.

↳ encoding_type int

The encoding type used by the API to calculate offsets.

getDocument

Required. Input document.

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

hasDocument

clearDocument

setDocument

Required. Input document.

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

getFeatures

Required. The enabled features.

Returns
TypeDescription
Google\Cloud\Language\V1\AnnotateTextRequest\Features|null

hasFeatures

clearFeatures

setFeatures

Required. The enabled features.

Parameter
NameDescription
var Google\Cloud\Language\V1\AnnotateTextRequest\Features
Returns
TypeDescription
$this

getEncodingType

The encoding type used by the API to calculate offsets.

Returns
TypeDescription
int

setEncodingType

The encoding type used by the API to calculate offsets.

Parameter
NameDescription
var int
Returns
TypeDescription
$this