Back to Devexpress

TextRequestOptions.ChunkSymbolsCount Property

corelibraries-devexpress-dot-aiintegration-dot-extensions-dot-textrequestoptions.md

latest1.9 KB
Original Source

TextRequestOptions.ChunkSymbolsCount Property

Gets or sets the maximum number of symbols (characters) allowed in each chunk of text.

Namespace : DevExpress.AIIntegration.Extensions

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public int? ChunkSymbolsCount { get; set; }
vb
Public Property ChunkSymbolsCount As Integer?

Property Value

TypeDescription
Nullable<Int32>

The maximum number of symbols (characters) allowed in each chunk of text.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ChunkSymbolsCount
TextRequest

.Options .ChunkSymbolsCount

|

Remarks

The AIIntegration.ChunkMaxLength property specifies the maximum number of symbols (characters) allowed in each chunk of text by default. Use the ChunkSymbolsCount property to specify a custom limit.

See Also

TextRequestOptions Class

TextRequestOptions Members

DevExpress.AIIntegration.Extensions Namespace