ImageAlternativeTextEnricher クラス

定義

AI サービスを使用して IngestionDocumentImage 要素を代替テキストでエンリッチし、生成された埋め込みには画像コンテンツ情報を含めることができます。

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

コンストラクター

名前 説明
ImageAlternativeTextEnricher(EnricherOptions)

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

メソッド

名前 説明
ProcessAsync(IngestionDocument, CancellationToken)

指定されたインジェスト ドキュメントを処理します。

適用対象