Cloud Natural Language V2 Client - Class ModerateTextResponse (0.32.4)

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

The document moderation response message.

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

Namespace

Google \ Cloud \ Language \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

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

Harmful and sensitive categories representing the input document.

↳ language_code string

The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See Document.language field for more details.

↳ language_supported bool

Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.

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\V2\ClassificationCategory>
Returns
Type Description
$this

getLanguageCode

The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language.

See Document.language field for more details.

Returns
Type Description
string

setLanguageCode

The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language.

See Document.language field for more details.

Parameter
Name Description
var string
Returns
Type Description
$this

getLanguageSupported

Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.

Returns
Type Description
bool

setLanguageSupported

Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.

Parameter
Name Description
var bool
Returns
Type Description
$this