Package | Description |
---|---|
com.aspose.omr |
Modifier and Type | Method and Description |
---|---|
OmrTemplate |
OmrEngine.getTemplate()
Gets a data template that describes data structure of an OMR sheet.
|
static OmrTemplate |
OmrTemplate.load(InputStream stream)
Loads the template.
|
static OmrTemplate |
OmrTemplate.load(String fileName)
Loads the template.
|
static OmrTemplate |
OmrTemplate.loadFromUrl(String url)
Loads the template from URL.
|
Modifier and Type | Method and Description |
---|---|
void |
OmrEngine.setTemplate(OmrTemplate value)
Sets a data template that describes data structure of an OMR sheet.
|
Constructor and Description |
---|
OmrEngine(OmrTemplate template)
Initializes a new instance of the
OmrEngine class. |
OmrEngine(OmrTemplate template,
ProcessingPipeline pipeline)
Initializes a new instance of the
OmrEngine class. |
Copyright © 2017. All Rights Reserved.