Skip to main content
All docs
V24.2

GenerateImageDescriptionExtension Class

An AI-powered extension that generates the description for the specified image.

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public class GenerateImageDescriptionExtension :
    ProcessImageExtension<GenerateImageDescriptionRequest>

Remarks

Read the following help topics for additional information:

Implements

Inheritance

Object
DevExpress.AIIntegration.Extensions.AIExtensionBase<GenerateImageDescriptionRequest, ImageTextResponse>
DevExpress.AIIntegration.Extensions.ChatAIExtensionBase<GenerateImageDescriptionRequest, ImageTextResponse>
DevExpress.AIIntegration.Extensions.ProcessImageExtension<GenerateImageDescriptionRequest>
GenerateImageDescriptionExtension
See Also