Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 4,282 for

classification

(0.13 sec)
  1. Document Taxonomy using CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Une classification est essentiellement une...la science d’une telle classification. Lorsque vous avez affaire...

    blog.groupdocs.com/fr/tag/document-taxonomy-usi...
  2. Classer les documents avec IAB-2 et la taxonomi...

    Classification taxonomique des documents utilisant C# dans les applications .NET. Classez les documents PDF, Word et protégés par mot de passe avec IAB-2 et la taxonomie des documents....Tiếng Việt 中文 中國傳統的 Une classification est essentiellement une...la science d’une telle classification. Lorsque vous avez affaire...

    blog.groupdocs.com/fr/classification/taxonomic-...
  3. How to Run Examples | GroupDocs

    Software Requirements Please make sure you meet the following requirements before downloading and running the examples. Visual Studio 2013 or higher NuGet Package Manager installed in Visual Studio. Make sure that latest NuGet API version is installed in Visual Studio. For details on how to install NuGet package manager please check http://docs.nuget.org/ndocs/guides/install-nuget Go to Tools->Options->NuGet Package Manager->Package Sources and make sure that the option nuget.org is checked Example project uses NuGet Automatic Package Restore feature therefore you should have an active internet connection....Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/how-to-ru...
  4. Developer Guide | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/developer...
  5. System requirements | GroupDocs

    Overview To produce and manipulate the documents, the machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. The machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. Supported Operating System Windows Microsoft Windows 2000 Professional (x64) Microsoft Windows 2000 Server (x64) Microsoft Windows 2003 Server (x64) Microsoft Windows 2008 Server (x64) Microsoft Windows 2012 Server (x64) Microsoft Windows 2012 R2 Server (x64) Microsoft Windows 2016 Server (x64) Microsoft Windows 2019 Server (x64) Microsoft Windows Vista (x64) Microsoft Windows XP (x64) Microsoft Windows 7 (x64) Microsoft Windows 8, 8....Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/system-re...
  6. Get taxonomies | GroupDocs

    Log taxonomy classes The list of taxanomy classes can be get like the following code snippet: Console.WriteLine(String.Join(" ", TaxonomyClasses.Iab2Classes)); Console.WriteLine(String.Join(" ", TaxonomyClasses.DocumentsClasses)); Console.WriteLine(String.Join(" ", TaxonomyClasses.SentimentClasses)); Console.WriteLine(String.Join(" ", TaxonomyClasses.Sentiment3Classes));...Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/get-taxon...
  7. Classify document from stream | GroupDocs

    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); }...Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  8. GroupDocs.Total עבור .NET 25.8 – העדכונים והתיק...

    גלה מה חדש ב‑GroupDocs.Total עבור .NET 25.8. זמין כעת ב‑NuGet ובאתר GroupDocs....Classification will no longer be included...for users who do not need classification features. If your project...

    blog.groupdocs.com/he/total/groupdocs-total-for...
  9. GroupDocs.Total for .NET 25.9 – En Son Güncelle...

    GroupDocs.Total for .NET 25.9'da yenilikleri keşfedin. Şimdi NuGet ve GroupDocs web sitesinde mevcut....update removes the heavy Classification library from the Total...version 25.9 , GroupDocs.Classification is no longer shipped as...

    blog.groupdocs.com/tr/total/groupdocs-total-for...
  10. Classifier initialization | GroupDocs

    Initialization of Classifier class: var classifier = new Classifier(); Classifier class is thread-safe....Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/classifie...