Share via


IngestionDocumentHeader Class

Definition

Represents a header in a document.

public ref class IngestionDocumentHeader sealed : Microsoft::Extensions::DataIngestion::IngestionDocumentElement
public sealed class IngestionDocumentHeader : Microsoft.Extensions.DataIngestion.IngestionDocumentElement
type IngestionDocumentHeader = class
    inherit IngestionDocumentElement
Public NotInheritable Class IngestionDocumentHeader
Inherits IngestionDocumentElement
Inheritance
IngestionDocumentHeader

Constructors

Name Description
IngestionDocumentHeader(String)

Initializes a new instance of the IngestionDocumentHeader class.

Properties

Name Description
HasMetadata

Gets a value indicating whether this element has metadata.

(Inherited from IngestionDocumentElement)
Level

Gets or sets the level of the header.

Metadata

Gets the metadata associated with this element.

(Inherited from IngestionDocumentElement)
PageNumber

Gets or sets the page number where this element appears.

(Inherited from IngestionDocumentElement)
Text

Gets or sets the textual content of the element.

(Inherited from IngestionDocumentElement)

Methods

Name Description
GetMarkdown()

Gets the markdown representation of the element.

(Inherited from IngestionDocumentElement)

Applies to