Module: Google::Privacy::Dlp::V2::ContentOption
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Options describing which parts of the provided content should be scanned.
Constant Summary collapse
- CONTENT_UNSPECIFIED =
          
Includes entire content of a file or a data stream.
 0- CONTENT_TEXT =
          
Text content within the data, excluding any metadata.
 1- CONTENT_IMAGE =
          
Images found in the data.
 2