gr_recognition_async_is_ready
Syntax:
gr_recognition_async_is_ready(result);
Argument name | Type | Description |
---|---|---|
result |
Result |
The recognition result object |
Returns: (boolean
) True if the results are ready. False if the job is in progress. If the result object is not async, then it always return true
Description:
Returns true if the recognition is already computed, and is ready. You can use in in the step event to check the recognition state. Check the example below.
INFO: if you pass a value that is not a Recognition, the function returns false.