Hello Team
how we can access global_entities values ?
tried - {{{prediction.global_entities[0].text}}}, but didnt work.
Please help
Hello Team
how we can access global_entities values ?
tried - {{{prediction.global_entities[0].text}}}, but didnt work.
Please help
Hey, @Dipanjan_Datta If you are getting the value from the code, then you can try:
const entities = prediction.global_entities[0].text
And if you are getting value from UI, then you can try:
{{{prediction.global_entities.0.text}}}
I hope this will work.
Hello @Parthiban_J , still no output, tried both in code and UI