ImageAlternativeTextEnricher Class
Definition
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
Constructors
| Name | Description |
|---|---|
| ImageAlternativeTextEnricher(EnricherOptions) |
Initializes a new instance of the ImageAlternativeTextEnricher class. |
Methods
| Name | Description |
|---|---|
| ProcessAsync(IngestionDocument, CancellationToken) |
Processes the given ingestion document. |