# C1.TextParser.IExtractionResult

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_TextParser_IExtractionResult" data-uid="C1.TextParser.IExtractionResult" class="text-break">IExtractionResult Interface
</h1>
  <div class="markdown level0 summary"><p>Define the api to get the parsing result</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.TextParser.html">C1.TextParser</a></h6>
  <h6><strong>Assembly</strong>: C1.TextParser.dll</h6>
  <h5 id="C1_TextParser_IExtractionResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExtractionResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExtractionResult</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_TextParser_IExtractionResult_Extractor" data-uid="C1.TextParser.IExtractionResult.Extractor">
          <a class="xref" href="C1.TextParser.IExtractionResult.Extractor.html#C1_TextParser_IExtractionResult_Extractor">Extractor</a>
        </td>
        <td class="markdown level1 summary"><p>Extractor ID correspond with the using extractor</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_TextParser_IExtractionResult_Get__1" data-uid="C1.TextParser.IExtractionResult.Get``1">
          <a class="xref" href="C1.TextParser.IExtractionResult.Get.html#C1_TextParser_IExtractionResult_Get__1">Get&lt;T&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieve the parsing result into a custom user defined class</p>
</td>
      </tr>
      <tr>
        <td id="C1_TextParser_IExtractionResult_ToJsonString" data-uid="C1.TextParser.IExtractionResult.ToJsonString">
          <a class="xref" href="C1.TextParser.IExtractionResult.ToJsonString.html#C1_TextParser_IExtractionResult_ToJsonString">ToJsonString()</a>
        </td>
        <td class="markdown level1 summary"><p>Get the parsing result into json format</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
