Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)


I am experimenting with the IBM Watson NLU’s Text Analysis package in UiPath with a simple text. I am able to extract the KeyValue pair information for Categories, Concept, and Sentiments using .ToString() . However, I am having trouble in figuring out how to extract information for Keywords, Entity both are of type IBMKeyword, IBMEntity

A simple .ToString() method in the message box gives something that's not helping or I don't know how to use it.

Message box of keyWords.ToString()

Below is the screenshot of my UiPath Studio:enter image description here

1 Answer

0 votes
by (9.5k points)

as the variable has multiple keywords, it cannot be printed in a single message box without a loop

Try this

Related questions

+2 votes
1 answer
0 votes
1 answer
asked Jul 4, 2019 in RPA by Abhishek_31 (12.7k points)
0 votes
1 answer
asked Jan 21, 2020 in RPA by Prakhar_04 (29.5k points)

Browse Categories

...