Reference documentation and code samples for the Cloud Natural Language V1beta2 Client class ClassifyTextResponse.
The document classification response message.
Generated from protobuf message google.cloud.language.v1beta2.ClassifyTextResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ categories |
array<Google\Cloud\Language\V1beta2\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\V1beta2\ClassificationCategory>
|
Returns | |
---|---|
Type | Description |
$this |