Table of Contents

Field TextExtractionElement

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

Gets the TextExtractionElement associated with this result element.

public readonly TextExtractionElement TextExtractionElement

Returns

TextExtractionElement

The TextExtractionElement that defines the parameters of the extraction for this result element.

Examples

// Read element metadata
Console.WriteLine(resultElement.TextExtractionElement.Name);
Console.WriteLine(resultElement.TextExtractionElement.ElementType);