Cloud Natural Language V1 Client - Class ClassifyTextResponse (0.32.4)

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

The document classification response message.

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

Namespace

Google \ Cloud \ Language \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ categories array<Google\Cloud\Language\V1\ClassificationCategory>

Categories representing the input document.

getCategories

Categories representing the input document.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCategories

Categories representing the input document.

Parameter
Name Description
var array<Google\Cloud\Language\V1\ClassificationCategory>
Returns
Type Description
$this