ImageAlternativeTextEnricher クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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(EnricherOptions) |
ImageAlternativeTextEnricher クラスの新しいインスタンスを初期化します。 |
メソッド
| 名前 | 説明 |
|---|---|
| ProcessAsync(IngestionDocument, CancellationToken) |
指定されたインジェスト ドキュメントを処理します。 |