Start a new topic
Diagram
How can I get the detected words when using the diagramWidgetApi?. I canot find any method in the documentation that do this
Dear "Demo Demo",
thank you for contacting us.
Currently, the only way to get the string is using the exportAsGraphML function: mWidget.exportAsGraphML();
You will be returned with a String object, which you can parse.
Best regards,
Olivier
demo demo
How can I get the detected words when using the diagramWidgetApi?. I canot find any method in the documentation that do this
Dear "Demo Demo",
thank you for contacting us.
Currently, the only way to get the string is using the exportAsGraphML function: mWidget.exportAsGraphML();
You will be returned with a String object, which you can parse.
Best regards,
Olivier
Olivier @MyScript
Dear "Demo Demo",
thank you for contacting us.
Currently, the only way to get the string is using the exportAsGraphML function: mWidget.exportAsGraphML();
You will be returned with a String object, which you can parse.
Best regards,
Olivier