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

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 the page header associated with the chunk.

Instance Attribute Summary collapse

Instance Attribute Details

#page_span::Google::Cloud::DocumentAI::V1beta3::Document::ChunkedDocument::Chunk::ChunkPageSpan

Returns Page span of the header.



1233
1234
1235
1236
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1233

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

#text::String

Returns Header in text format.

Returns:

  • (::String)

    Header in text format.



1233
1234
1235
1236
# File 'proto_docs/google/cloud/documentai/v1beta3/document.rb', line 1233

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