Method GetTextExtractionResultFromElements
GetTextExtractionResultFromElements(IList<TextExtractionElement>, string)
Constructs a TextExtractionResult from an existing collection of TextExtractionElement and a JSON result string.
public static TextExtractionResult GetTextExtractionResultFromElements(IList<TextExtractionElement> elements, string jsonResult)
Parameters
elementsIList<TextExtractionElement>The list of TextExtractionElement definitions.
jsonResultstringThe JSON string containing the extraction output to be parsed.
Returns
- TextExtractionResult
A TextExtractionResult representing the mapped extraction values.