[]
Define the api to get the parsing result
public interface IExtractionResult
| Name | Description |
|---|---|
| Extractor | Extractor ID correspond with the using extractor |
| Name | Description |
|---|---|
| Get<T>() | Retrieve the parsing result into a custom user defined class |
| ToJsonString() | Get the parsing result into json format |