IngestionDocumentTable クラス

定義

ドキュメント内のテーブルを表します。

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

コンストラクター

名前 説明
IngestionDocumentTable(String, IngestionDocumentElement[,])

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

プロパティ

名前 説明
Cells

テーブルのセルを取得します。 各テーブルはセルの内容の 2 次元配列として表され、最初の行はヘッダーになります。

HasMetadata

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

(継承元 IngestionDocumentElement)
Metadata

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

(継承元 IngestionDocumentElement)
PageNumber

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

(継承元 IngestionDocumentElement)
Text

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

(継承元 IngestionDocumentElement)

メソッド

名前 説明
GetMarkdown()

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

(継承元 IngestionDocumentElement)

適用対象