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); }...Events Acquisition GroupDocs Documentation / GroupDocs.Classification.../ Classify document from stream Classify document from stream...