Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::Document::DocumentLayout::DocumentLayoutBlock::LayoutPageSpan.
Represents where the block starts and ends in the document.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_end
def page_end() -> ::Integer
Returns
- (::Integer) — Page where block ends in the document.
#page_end=
def page_end=(value) -> ::Integer
Parameter
- value (::Integer) — Page where block ends in the document.
Returns
- (::Integer) — Page where block ends in the document.
#page_start
def page_start() -> ::Integer
Returns
- (::Integer) — Page where block starts in the document.
#page_start=
def page_start=(value) -> ::Integer
Parameter
- value (::Integer) — Page where block starts in the document.
Returns
- (::Integer) — Page where block starts in the document.