GenerateImageDescriptionExtension(IServiceProvider) Constructor
In This Article
Initializes a new instance of the GenerateImageDescriptionExtension class with specified settings.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v24.2.dll
NuGet Package: DevExpress.AIIntegration
#Declaration
public GenerateImageDescriptionExtension(
IServiceProvider serviceProvider
)
#Parameters
Name | Type | Description |
---|---|---|
service |
IService |
A service provider. |
#Remarks
Read the following help topics for additional information:
See Also