IngestionChunk<T> クラス

定義

IngestionDocumentから抽出されたコンテンツのチャンクを表します。

generic <typename T>
public ref class IngestionChunk sealed
public sealed class IngestionChunk<T>
type IngestionChunk<'T> = class
Public NotInheritable Class IngestionChunk(Of T)

型パラメーター

T

コンテンツの種類。

継承
IngestionChunk<T>

コンストラクター

名前 説明
IngestionChunk<T>(T, IngestionDocument, String)

IngestionChunk<T> クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Content

チャンクの内容を取得します。

Context

チャンクの追加のコンテキストを取得します。

Document

このチャンクの抽出元のドキュメントを取得します。

HasMetadata

このチャンクにメタデータがあるかどうかを示す値を取得します。

Metadata

このチャンクに関連付けられているメタデータを取得します。

適用対象