Class ChunkData
Extracted data that represents the Chunk content.
public class ChunkData
- Inheritance
-
objectChunkData
Properties
StringValue
The Chunk content as a string. The maximum number of tokens per chunk is 2043.
public string StringValue { get; set; }
Property Value
- string