Table of Contents

Class ChunkData

Extracted data that represents the Chunk content.

public class ChunkData
Inheritance
object
ChunkData

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