Class
DefaultFragments

Provides a default implementation of the IFragments interface that stores a collection of fragments.

Definition

Namespace:Telerik.Documents.AI.RAG

Assembly:Telerik.Documents.AI.RAG.dll

Syntax:

cs-api-definition
public class DefaultFragments : IFragments

Inheritance: objectDefaultFragments

Implements: IFragments

Constructors

DefaultFragments(IFragment[])

Initializes a new instance of the DefaultFragments class with the specified fragments.

Declaration

cs-api-definition
public DefaultFragments(IFragment[] strings)

Parameters

strings

IFragment[]

An array of fragments to be used. Cannot be null.

Properties

Fragments

Gets the collection of fragments that compose the complete content.

Declaration

cs-api-definition
public IList<IFragment> Fragments { get; }

Property Value

IList<IFragment>

Implements IFragments.Fragments