Back to Devexpress

TextRequestOptions.CustomConverter Property

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

latest1.5 KB
Original Source

TextRequestOptions.CustomConverter Property

Gets or sets a custom converter that splits the text into chunks.

Namespace : DevExpress.AIIntegration.Extensions

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public ITextToChunkConverter CustomConverter { get; set; }
vb
Public Property CustomConverter As ITextToChunkConverter

Property Value

TypeDescription
DevExpress.AIIntegration.Extensions.Chunks.ITextToChunkConverter

The converter.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CustomConverter
TextRequest

.Options .CustomConverter

|

See Also

TextRequestOptions Class

TextRequestOptions Members

DevExpress.AIIntegration.Extensions Namespace