Skip to main content
All docs
V25.1
  • DocumentSummarizeBehavior(Type, SummarizationMode) Constructor

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

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    public DocumentSummarizeBehavior(
        Type type,
        SummarizationMode summarizationMode
    )

    Parameters

    Name Type Description
    type Type

    The type of target control to which the behavior is attached.

    summarizationMode SummarizationMode

    The summarization mode.

    See Also