asposeomrcloud::OmrApi
Load the API package
use asposeomrcloud::Object::OmrApi;
All URIs are relative to https://localhost/v1.1
Method | HTTP request | Description ------------- | ------------- | ------------- post_run_omr_task | POST /omr/{name}/runOmrTask | Run specific OMR task
post_run_omr_task
OMRResponse post_run_omr_task(name => $name, action_name => $action_name, param => $param, storage => $storage, folder => $folder)
Run specific OMR task
Parameters
Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- name | string| Name of the file to recognize. | action_name | string| Action name ['CorrectTemplate', 'FinalizeTemplate', 'RecognizeImage'] | param | OMRFunctionParam| Function params, specific for each actionName | [optional] storage | string| Image's storage. | [optional] folder | string| Image's folder. | [optional]
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]