Cloud Natural Language V1beta2 Client - Class ModerateTextResponse (0.30.2)

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

The document moderation response message.

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

Namespace

Google \ Cloud \ Language \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ moderation_categories array<Google\Cloud\Language\V1beta2\ClassificationCategory>

Harmful and sensitive categories representing the input document.

getModerationCategories

Harmful and sensitive categories representing the input document.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setModerationCategories

Harmful and sensitive categories representing the input document.

Parameter
NameDescription
var array<Google\Cloud\Language\V1beta2\ClassificationCategory>
Returns
TypeDescription
$this