IngestionDocumentSection クラス

定義

セクションには、単なるページまたはドキュメント内の要素の論理的なグループ化を指定できます。

public ref class IngestionDocumentSection sealed : Microsoft::Extensions::DataIngestion::IngestionDocumentElement
public sealed class IngestionDocumentSection : Microsoft.Extensions.DataIngestion.IngestionDocumentElement
type IngestionDocumentSection = class
    inherit IngestionDocumentElement
Public NotInheritable Class IngestionDocumentSection
Inherits IngestionDocumentElement
継承
IngestionDocumentSection

コンストラクター

名前 説明
IngestionDocumentSection()

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

IngestionDocumentSection(String)

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

プロパティ

名前 説明
Elements

このセクション内の要素を取得します。

HasMetadata

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

(継承元 IngestionDocumentElement)
Metadata

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

(継承元 IngestionDocumentElement)
PageNumber

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

(継承元 IngestionDocumentElement)
Text

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

(継承元 IngestionDocumentElement)

メソッド

名前 説明
GetMarkdown()

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

適用対象