DataSet

DataSet class

Collection of fields for each of the template instances. Used for batch Generation and batch Recognition BatchOmrEngine

public class DataSet

Constructors

NameDescription
DataSet()The default constructor.

Properties

NameDescription
Records { get; set; }Collection of the template instances Lazily called during template generations

Methods

NameDescription
static LoadFromJsonFile(string, Encoding)Import dataset from .json file by path Suitable for big and small datasets
static LoadFromJsonStream(Stream, Encoding)Deserialize content of stream into DataSet object Suitable for big datasets
static LoadFromJsonString(string)Import dataset from .json file content Suitable for small datasets

See Also