Cloud Natural Language V1 Client - Class ClassifyTextRequest (0.29.0)

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

The document classification request message.

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

Methods

build

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

Required. Input document.

Returns
TypeDescription
Google\Cloud\Language\V1\ClassifyTextRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ document Google\Cloud\Language\V1\Document

Required. Input document.

↳ classification_model_options Google\Cloud\Language\V1\ClassificationModelOptions

Model options to use for classification. Defaults to v1 options if not specified.

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

getClassificationModelOptions

Model options to use for classification. Defaults to v1 options if not specified.

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

hasClassificationModelOptions

clearClassificationModelOptions

setClassificationModelOptions

Model options to use for classification. Defaults to v1 options if not specified.

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