Skip to main content
All docs
V25.1
  • 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.1.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