Cloud Natural Language V1 Client - Class ModerateTextResponse (0.30.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

setModerationCategories

Harmful and sensitive categories representing the input document.

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