Classifying of the document from Stream could be performed with the next step
Call Classify method for “Stream” Stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from Stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(Stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...