Document AI V1 API - Class Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan (v0.23.1)

Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan.

Represents where the chunk 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 chunk ends in the document.

#page_end=

def page_end=(value) -> ::Integer
Parameter
  • value (::Integer) — Page where chunk ends in the document.
Returns
  • (::Integer) — Page where chunk ends in the document.

#page_start

def page_start() -> ::Integer
Returns
  • (::Integer) — Page where chunk starts in the document.

#page_start=

def page_start=(value) -> ::Integer
Parameter
  • value (::Integer) — Page where chunk starts in the document.
Returns
  • (::Integer) — Page where chunk starts in the document.