Aspose::Words::AI::SummaryLength enum
SummaryLength enum
Enumerates possible lengths of summary.
enum class SummaryLength
Values
Name | Value | Description |
---|---|---|
VeryShort | 0 | Try to generate 1-2 sentences. |
Short | 1 | Try to generate 3-4 sentences. |
Medium | 2 | Try to generate 5-6 sentences. |
Long | 3 | Try to generate 7-10 sentences. |
VeryLong | 4 | Try to generate 11-20 sentences. |
See Also
- Namespace Aspose::Words::AI
- Library Aspose.Words for C++