Skip to main content
All docs
V24.2

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.v24.2.dll

NuGet Package: DevExpress.AIIntegration

#Declaration

public int? ChunkSymbolsCount { get; set; }

#Property Value

Type Description
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 Type Path 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