Class: Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutPageSpan

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document.rb

Overview

Represents where the block starts and ends in the document.

Instance Attribute Summary collapse

Instance Attribute Details

#page_end::Integer

Returns Page where block ends in the document.

Returns:

  • (::Integer)

    Page where block ends in the document.



1093
1094
1095
1096
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1093

class LayoutPageSpan
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_start::Integer

Returns Page where block starts in the document.

Returns:

  • (::Integer)

    Page where block starts in the document.



1093
1094
1095
1096
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1093

class LayoutPageSpan
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end