Skip to main content
All docs
V25.1
  • GenerateImageDescriptionExtension Class

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

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.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