BatchRecognitionResult
BatchRecognitionResult class
Result of a batch recognition of a collection of scans
public class BatchRecognitionResult
Constructors
Methods
Name | Description |
---|
SaveAsCsv(Stream) | Save all results of batch recognition into stream in csv format |
SaveAsCsv(string) | Save all results of batch recognition into csv file |
SaveAsJson(Stream) | Save all results of batch recognition into json stream |
SaveAsJson(string) | Save all results of batch recognition into json file |
SaveAsXml(Stream) | Save all results of batch recognition into xml stream |
SaveAsXml(string) | Save all results of batch recognition into xml file |
See Also