Question
Is there a description of the IClassificationResult object?
Answer
The IClassificationResult object represents the results of the classification.
Properties:
IClassificationResult.ClassName (string) - the name of the class selected as the final class of the page
IClassificationResult.IsConfident (bool) - is the final class identified confidently (value true/false)
IClassificationResult.Classes (collection of IClassConfidence)- a collection of the IClassConfidence objects, which contains all the classification variants that were considered for the page
Additional information
Document classification script
Comments
0 comments
Please sign in to leave a comment.