IngestionDocumentHeader クラス

定義

ドキュメント内のヘッダーを表します。

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
継承
IngestionDocumentHeader

コンストラクター

名前 説明
IngestionDocumentHeader(String)

IngestionDocumentHeader クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
HasMetadata

この要素にメタデータがあるかどうかを示す値を取得します。

(継承元 IngestionDocumentElement)
Level

ヘッダーのレベルを取得または設定します。

Metadata

この要素に関連付けられているメタデータを取得します。

(継承元 IngestionDocumentElement)
PageNumber

この要素が表示されるページ番号を取得または設定します。

(継承元 IngestionDocumentElement)
Text

要素のテキスト コンテンツを取得または設定します。

(継承元 IngestionDocumentElement)

メソッド

名前 説明
GetMarkdown()

要素のマークダウン表現を取得します。

(継承元 IngestionDocumentElement)

適用対象