Developers looking for developers

请问如何获得识别后的数据,比如调用editor.convert(null, supportedStates[0])后识别结果我怎么拿到呢

调用editor.convert(null, supportedStates[0])后识别结果我怎么拿到呢,如果识别是个b,我能拿到这个b数据吗

1 Comment

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

Login or Signup to post a comment