Class: Google::Cloud::Dlp::V2::RedactImageResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::RedactImageResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Results of redacting an image.
Instance Attribute Summary collapse
- 
  
    
      #extracted_text  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If an image was being inspected and the InspectConfig's include_quote was set to true, then this field will include all text, if any, that was found in the image.
 - 
  
    
      #inspect_result  ⇒ ::Google::Cloud::Dlp::V2::InspectResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The findings.
 - 
  
    
      #redacted_image  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The redacted image.
 
Instance Attribute Details
#extracted_text ⇒ ::String
Returns If an image was being inspected and the InspectConfig's include_quote was set to true, then this field will include all text, if any, that was found in the image.
      761 762 763 764  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 761 class RedactImageResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#inspect_result ⇒ ::Google::Cloud::Dlp::V2::InspectResult
Returns The findings. Populated when include_findings in the request is true.
      761 762 763 764  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 761 class RedactImageResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#redacted_image ⇒ ::String
Returns The redacted image. The type will be the same as the original image.
      761 762 763 764  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 761 class RedactImageResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |