Module: Google::Cloud::Language::V1beta2::Document::BoilerplateHandling
- Defined in:
- proto_docs/google/cloud/language/v1beta2/language_service.rb
Overview
Ways of handling boilerplate detected in the document
Constant Summary collapse
- BOILERPLATE_HANDLING_UNSPECIFIED =
The boilerplate handling is not specified.
0
- SKIP_BOILERPLATE =
Do not analyze detected boilerplate. Reference web URI is required for detecting boilerplate.
1
- KEEP_BOILERPLATE =
Treat boilerplate the same as content.
2