Table of Contents

Class TextExtractionResult

Namespace
LMKit.Extraction
Assembly
LM-Kit.NET.dll

Represents the result of a text extraction process, encapsulating the extracted elements and their JSON representation.

public sealed class TextExtractionResult
Inheritance
TextExtractionResult
Inherited Members

Remarks

This class holds the extracted data elements obtained from a text generation process. It provides access to these elements both as a collection of objects and as a serialized JSON string.

Properties

Elements

Gets a read-only list of the extracted text elements.

Json

Gets the JSON representation of the extracted items.