Hello,
I added multiple documents in a folder and then I am trying to classify them using the keyword-based classifier. But I am not able to print the classification result for each document.
Can anyone help me with that?
Thanks
Hello,
I added multiple documents in a folder and then I am trying to classify them using the keyword-based classifier. But I am not able to print the classification result for each document.
Can anyone help me with that?
Thanks
use the classificationResult(0).DocumentTypeID for example. You should have IntelliSense to identify what information is included in the classification result. Please note classification results are an ARRAY - so if you use a classifier that can return multiple classifications for different page ranges, you will get multiple entries in that array.