Class: Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan

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 chunk starts and ends in the document.

Instance Attribute Summary collapse

Instance Attribute Details

#page_end::Integer

Returns Page where chunk ends in the document.

Returns:

  • (::Integer)

    Page where chunk ends in the document.



1221
1222
1223
1224
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1221

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

#page_start::Integer

Returns Page where chunk starts in the document.

Returns:

  • (::Integer)

    Page where chunk starts in the document.



1221
1222
1223
1224
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1221

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