Classify Document by path with IAB-2 taxonomy and return 2 best results Classifying of the Document could be performed with the next steps
Call Classify method for “Document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("Document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify Document by path with Documents taxonomy and return 4 best results Call Classify method for “Document....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Usage / Classify document by path Classify document by path Leave...