[]
        
(Showing Draft Content)

C1.TextParser.ExtractedData

ExtractedData Class

The class containing the information of a specific text extracted by StartsAfterContinuesUntil extractors.

Inheritance
ExtractedData
Namespace: C1.TextParser
Assembly: C1.TextParser.dll
Syntax
public class ExtractedData

Constructors

Name Description
ExtractedData()

Properties

Name Description
ExtractedText

The extracted text itself.

StartIndex

The character position where the extracted text start relatively to the input passed to StartsAfterContinuesUntil extractors.