Class: Google::Cloud::Vision::V1::Page
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Vision::V1::Page
 
 
- Defined in:
 - lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb
 
Overview
Detected page from OCR.
Instance Attribute Summary collapse
- 
  
    
      #blocks  ⇒ Array<Google::Cloud::Vision::V1::Block> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of blocks of text, images etc on this page.
 - 
  
    
      #height  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Page height in pixels.
 - 
  
    
      #property  ⇒ Google::Cloud::Vision::V1::TextAnnotation::TextProperty 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Additional information detected on the page.
 - 
  
    
      #width  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Page width in pixels.
 
Instance Attribute Details
#blocks ⇒ Array<Google::Cloud::Vision::V1::Block>
Returns List of blocks of text, images etc on this page.
      98  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 98 class Page; end  | 
  
#height ⇒ Integer
Returns Page height in pixels.
      98  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 98 class Page; end  | 
  
#property ⇒ Google::Cloud::Vision::V1::TextAnnotation::TextProperty
Returns Additional information detected on the page.
      98  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 98 class Page; end  | 
  
#width ⇒ Integer
Returns Page width in pixels.
      98  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 98 class Page; end  |