Class: Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageHeader
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageHeader
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document.rb
Overview
Represents the page header associated with the chunk.
Instance Attribute Summary collapse
-
#page_span ⇒ ::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan
Page span of the header.
-
#text ⇒ ::String
Header in text format.
Instance Attribute Details
#page_span ⇒ ::Google::Cloud::DocumentAI::V1::Document::ChunkedDocument::Chunk::ChunkPageSpan
Returns Page span of the header.
1225 1226 1227 1228 |
# File 'proto_docs/google/cloud/documentai/v1/document.rb', line 1225 class ChunkPageHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Header in text format.
1225 1226 1227 1228 |
# File 'proto_docs/google/cloud/documentai/v1/document.rb', line 1225 class ChunkPageHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |