Skip to main content
All docs
V24.2

ExtractiveSummaryExtension(IServiceProvider) Constructor

Initializes a new instance of the ExtractiveSummaryExtension class with specified settings.

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

#Declaration

public ExtractiveSummaryExtension(
    IServiceProvider serviceProvider
)

#Parameters

Name Type Description
serviceProvider IServiceProvider

A service provider.

#Remarks

Read the following help topics for additional information:

See Also