Developers looking for developers
Thank you for contacting us.
In order to retrieve the recognition result,you can call the export method.
Please refer to the following page of the documentation https://developer.myscript.com/docs/interactive-ink/2.1/android/fundamentals/import-and-export/#exporting-content
If you want to make sure that you export the final recognition results, you have to call waitForIdle()
before calling the export_()
method.
You can also refer to our Demo sample that implements such a feature.
Best regards,
Gwenaëlle
380902140
调用editor.convert(null, supportedStates[0])后识别结果我怎么拿到呢,如果识别是个b,我能拿到这个b数据吗