You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update while condition to avoid infinite loop when retrieving the recognized text returns back {'status': 'NotStarted'}
During the Polling, the API returns back
{'status': 'NotStarted'}
{'status': 'Running'}
then if any error happens inside the API, the API returns back
{'status': 'Failed'}
otherwise the API returns back
{'recognitionResult': {'lines': [...]}, 'status': 'Succeeded'}
0 commit comments