Property Json
- Namespace
 - LMKit.Extraction
 
- Assembly
 - LM-Kit.NET.dll
 
Json
Gets the JSON representation of the extracted items.
public string Json { get; }
Property Value
Examples
// Print the full JSON result
Console.WriteLine(result.Json);
Remarks
This property serializes the extracted items into a formatted JSON string when accessed.