Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ImageAlternativeTextEnricher Class

Definition

Namespace:
Microsoft.Extensions.DataIngestion
Assembly:
Microsoft.Extensions.DataIngestion.dll
Package:
Microsoft.Extensions.DataIngestion v10.7.0-preview.1.26309.5
Source:
ImageAlternativeTextEnricher.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Enriches IngestionDocumentImage elements with alternative text using an AI service, so the generated embeddings can include the image content information.

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
Inheritance
ImageAlternativeTextEnricher

Constructors

Name Description
ImageAlternativeTextEnricher(EnricherOptions)

Initializes a new instance of the ImageAlternativeTextEnricher class.

Methods

Name Description
ProcessAsync(IngestionDocument, CancellationToken)

Processes the given ingestion document.

Applies to


Feedback

Was this page helpful?