Cloud Natural Language V1 Client - Class ClassifyTextRequest (0.32.7)

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

Namespace

Google \ Cloud \ Language \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Cloud\Language\V1\Document|null

hasDocument

clearDocument

setDocument

Required. Input document.

Parameter
Name Description
var Google\Cloud\Language\V1\Document
Returns
Type Description
$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
Type Description
$this

static::build

Parameter
Name Description
document Google\Cloud\Language\V1\Document

Required. Input document.