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 Lazily called during template generations |
Methods
| Name | Description |
|---|
| 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