Skip to main content
All docs
V25.1
  • DocumentSummarizeBehavior.SummarizeCommand Property

    A command that generates a brief summary of long text.

    Namespace: DevExpress.AIIntegration.Wpf

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

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public ICommand SummarizeCommand { get; }

    Property Value

    Type Description
    ICommand

    The command.

    See Also