Skip to main content
All docs
V24.2

DocumentSummarizeBehavior.SummarizeCommand Property

A command that generates a brief summary of long text.

Namespace: DevExpress.AIIntegration.Wpf

Assembly: DevExpress.AIIntegration.Wpf.v24.2.dll

NuGet Package: DevExpress.AIIntegration.Wpf

Declaration

public ICommand SummarizeCommand { get; }

Property Value

Type Description
ICommand

The command.

See Also