Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 819 Bytes

OmrResponseInfo.md

File metadata and controls

18 lines (13 loc) · 819 Bytes

asposeomrcloud::Object::OmrResponseInfo

Load the model package

use asposeomrcloud::Object::OmrResponseInfo;

Properties

Name Type Description Notes
response_version string String value representing version of the response. [optional]
processed_tasks_count int Total amount of processed tasks
successful_tasks_count int Total amount of successful tasks, i.e. tasks that completed without errors
details OMRResponseDetails Additional information regarding performed task. [optional]

[Back to Model list] [Back to API list] [Back to README]