[]
        
(Showing Draft Content)

C1.TextParser.IExtractionResult

IExtractionResult Interface

Define the api to get the parsing result

Namespace: C1.TextParser
Assembly: C1.TextParser.dll
Syntax
public interface IExtractionResult

Properties

Name Description
Extractor

Extractor ID correspond with the using extractor

Methods

Name Description
Get<T>()

Retrieve the parsing result into a custom user defined class

ToJsonString()

Get the parsing result into json format