How to interpret multiple classification results which is an array

HI All,

The classification results is an array. How to interpret it to check the confidence level of the document classified?

Thank you!

1 Like

Hey @sindhu_gururaj

What’s the array type you are getting here ?

Thanks
#nK

Hi @sindhu_gururaj

If you want to work with the Multiple Classification Results, you can use a For each loop to loop through each Item in the Classification Result , please change the Type of the for each loop.

Thanks.

Its ClassificationResult- Uipath.DocumentProcessing.Contracts.Results.ClassificationrResult

1 Like

Hey @sindhu_gururaj

Check the properties of the object, whether you have the needed like confidence etc

Thanks
#nK

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.