Cloud Natural Language V1beta2 Client - Class ClassifyTextRequest (0.29.0)

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

The document classification request message.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ document Google\Cloud\Language\V1beta2\Document

Required. Input document.

↳ classification_model_options Google\Cloud\Language\V1beta2\ClassificationModelOptions

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

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

getClassificationModelOptions

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

hasClassificationModelOptions

clearClassificationModelOptions

setClassificationModelOptions

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

Returns
TypeDescription
$this