Share via


ImageAlternativeTextEnricher Class

Definition

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