Cloud Natural Language V1beta2 Client - Class BoilerplateHandling (0.30.2)

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

Ways of handling boilerplate detected in the document

Protobuf type google.cloud.language.v1beta2.Document.BoilerplateHandling

Namespace

Google \ Cloud \ Language \ V1beta2 \ Document

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

BOILERPLATE_HANDLING_UNSPECIFIED

Value: 0

The boilerplate handling is not specified.

Generated from protobuf enum BOILERPLATE_HANDLING_UNSPECIFIED = 0;

SKIP_BOILERPLATE

Value: 1

Do not analyze detected boilerplate. Reference web URI is required for detecting boilerplate.

Generated from protobuf enum SKIP_BOILERPLATE = 1;

KEEP_BOILERPLATE

Value: 2

Treat boilerplate the same as content.

Generated from protobuf enum KEEP_BOILERPLATE = 2;