Reference documentation and code samples for the Cloud Natural Language V1 Client class ModerateTextResponse.
The document moderation response message.
Generated from protobuf message google.cloud.language.v1.ModerateTextResponse
Namespace
Google \ Cloud \ Language \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ moderation_categories |
array<Google\Cloud\Language\V1\ClassificationCategory>
Harmful and sensitive categories representing the input document. |
getModerationCategories
Harmful and sensitive categories representing the input document.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setModerationCategories
Harmful and sensitive categories representing the input document.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Language\V1\ClassificationCategory>
|
Returns | |
---|---|
Type | Description |
$this |