DataSet
DataSet class
Collection of fields for each of the template instances. Used for batch Generation and batch Recognition BatchOmrEngine
Constructors
Name | Description |
---|
DataSet() | The default constructor. |
Properties
Name | Description |
---|
Records { get; set; } | Collection of the template instances Lazilly called during template generations |
Methods
Name | Description |
---|
static LoadFromJsonFile(string, Encoding) | Import dataset from .json file by path Suiatable for big and small datasets |
static LoadFromJsonStream(Stream, Encoding) | Deserialize content of stream into DataSet object Suiatable for big datasets |
static LoadFromJsonString(string) | Import dataset from .json file content Suiatable for small datasets |
See Also