Hello,
This error occurs when you try to use interractive features on non interractive languages.
You can refer to this document page for further information:
https://developer.myscript.com/docs/interactive-ink/3.0/android/advanced/non-interactive-languages/
Best regards,
Etienne from MyScript
抱歉,刚才写错了。更改了代码,并且把pointid全部赋-1,能够工作得到识别结果了。
因为demo是swift而且似乎没有off-screen的使用方法,还是有些不太明白
- (BOOL)pointerEvents:(nonnull IINKPointerEvent *)events
“events the list of events (view coordinates in pixel).” 这里我只能传递一个点,如何传递一个list呢
Herman Han
过去我使用 editor pointerDown pointerMove-> waitForIdle,来识别我保存的笔迹的点,像中文等语言运行良好。
过去
最近我想识别阿拉伯语,提示“This feature is not supported for this language”
于是我按照文档使用pointerEvents ->waitForIdle,任何语言均一直在等待而没有结果输出。
期待您的回复,非常感谢