Table of Contents

Class KeyInfoExtractionResult<T>

Namespace
AiDotNet.Document.GraphBased
Assembly
AiDotNet.dll

Result of key information extraction.

public class KeyInfoExtractionResult<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
KeyInfoExtractionResult<T>
Inherited Members

Properties

Entities

Gets or sets the extracted entities.

public IList<ExtractedEntity<T>> Entities { get; set; }

Property Value

IList<ExtractedEntity<T>>

ProcessingTimeMs

Gets or sets the processing time in milliseconds.

public double ProcessingTimeMs { get; set; }

Property Value

double