Class: Google::Cloud::DocumentAI::V1::Document::DocumentLayout::DocumentLayoutBlock::LayoutPageSpan
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::Document::DocumentLayout::DocumentLayoutBlock::LayoutPageSpan
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document.rb
Overview
Represents where the block starts and ends in the document.
Instance Attribute Summary collapse
-
#page_end ⇒ ::Integer
Page where block ends in the document.
-
#page_start ⇒ ::Integer
Page where block starts in the document.
Instance Attribute Details
#page_end ⇒ ::Integer
Returns Page where block ends in the document.
1087 1088 1089 1090 |
# File 'proto_docs/google/cloud/documentai/v1/document.rb', line 1087 class LayoutPageSpan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_start ⇒ ::Integer
Returns Page where block starts in the document.
1087 1088 1089 1090 |
# File 'proto_docs/google/cloud/documentai/v1/document.rb', line 1087 class LayoutPageSpan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |