Method: documents.moderateText

Moderates a document for harmful and sensitive categories.

HTTP request

POST https://language.googleapis.com/v1/documents:moderateText

The URL uses gRPC Transcoding syntax.

Request body

The request body contains data with the following structure:

JSON representation
{
  "document": {
    object (Document)
  }
}
Fields
document

object (Document)

Required. Input document.

Response body

The document moderation response message.

If successful, the response body contains data with the following structure:

JSON representation
{
  "moderationCategories": [
    {
      object (ClassificationCategory)
    }
  ]
}
Fields
moderationCategories[]

object (ClassificationCategory)

Harmful and sensitive categories representing the input document.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-language
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.