Start a new topic
Math
In the example of Math Subset Knowledge (https://developer.myscript.com/docs/interactive-ink/4.1/android/advanced/build-custom-resources/#math-subset-knowledge), definitions similar to SqrtRule/FracRule were used. Where can I find all the Rule definitions? https://developer.myscript.com/docs/interactive-ink/4.1/overview/math-elements-and-rules/ This address does not contain this information.
Hello,
Thank you for your question.
You can get the exhaustive list of math and and rules symbols that is supported by the SK with the getSupportedSymbols() method of the RecognitionAssetsBuilder object.
getSupportedSymbols()
RecognitionAssetsBuilder
Best regards,
Gwenaëlle
Kitencx
In the example of Math Subset Knowledge (https://developer.myscript.com/docs/interactive-ink/4.1/android/advanced/build-custom-resources/#math-subset-knowledge), definitions similar to SqrtRule/FracRule were used. Where can I find all the Rule definitions? https://developer.myscript.com/docs/interactive-ink/4.1/overview/math-elements-and-rules/ This address does not contain this information.