Class: Google::Cloud::Vision::V1::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb

Overview

Detected page from OCR.

Instance Attribute Summary collapse

Instance Attribute Details

#blocksArray<Google::Cloud::Vision::V1::Block>

Returns List of blocks of text, images etc on this page.

Returns:



98
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 98

class Page; end

#heightInteger

Returns Page height in pixels.

Returns:

  • (Integer)

    Page height in pixels.



98
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 98

class Page; end

#propertyGoogle::Cloud::Vision::V1::TextAnnotation::TextProperty

Returns Additional information detected on the page.

Returns:



98
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 98

class Page; end

#widthInteger

Returns Page width in pixels.

Returns:

  • (Integer)

    Page width in pixels.



98
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 98

class Page; end