Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 4,059 for

as

(0.03 sec)
  1. Classify Raw Text | Documentation

    Simple IAB-2 text clAssification Call ClAssify method with a text As the first parameter to perform clAssification. Default taxonomy (IAB-2) and bestClAssesCount (1) will be used. var response = clAssifier.ClAssify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClAssName, response.BestClAssProbability); Raw text clAssification with Documents taxonomy and 2 best clAsses to return Taxonomy, bestClAssesCount and precisionRecallBalance could also be specified: var response = clAssifier.ClAssify("Medicine is an important part of our lifes", 2, Taxonomy....Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy.

    docs.groupdocs.com/classification/net/classify-...
  2. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }

    docs.groupdocs.com/redaction/java/load-from-str...
  3. New release of GroupDocs.Metadata for .NET intr...

    It is another month and GroupDocs.Metadata for .NET hAs another releAse with more features and more supported file formats. GroupDocs Team is always looking for new ways to improve the product. We concentrate on introducing the features that are can help solve real life problems developers may come across. Let’s dive into it and have a look at what’s new in this releAse. New Features GroupDocs.Metadata for .NET v1.1.0 introduced a bunch of new features....It is another month and GroupDocs.Metadata for .NET has another release with more features and more supported file formats. GroupDocs Team is always looking for new ways to improve the product. We concentrate on introducing the features that are can help solve real life problems developers may come across. Let’s dive into it and have a look at what’s new in this release. New Features GroupDocs.Metadata for .NET v1.1.0 introduced a bunch of new features.

    blog.groupdocs.com/metadata/new-release-groupdo...
  4. Announcing New Features of the GroupDocs' Annot...

    GroupDocs Annotation is a web-bAsed app that allows users to annotate PDF, Word, Excel and PowerPoint documents online, from a web-browser. With this app, you and your colleagues and partners can review and annotate a document simultaneously, in real time. We’re constantly working to improve the app’s interface and would like to introduce a new set of features we’ve recently designed and implemented. Add and Manage NotesGroupDocs Annotation lets you add notes throughout a document which show up As numbered markers....GroupDocs Annotation is a web-based app that allows users to annotate PDF, Word, Excel and PowerPoint documents online, from a web-browser. With this app, you and your colleagues and partners can review and annotate a document simultaneously, in real time. We’re constantly working to improve the app’s interface and would like to introduce a new set of features we’ve recently designed and implemented. Add and Manage NotesGroupDocs Annotation lets you add notes throughout a document which show up as numbered markers.

    blog.groupdocs.com/annotation/announcing-new-fe...
  5. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…

    forum.groupdocs.com/t/free-support-policies/6034
  6. Work with Search Results using C#

    Learn how to work with search results using C# efficiently. Discover method to retrieve search results in C# and manage search reports for optimized performance....Learn how to work with search results using C# efficiently. Discover method to retrieve search results in C# and manage search reports for optimized performance.

    kb.groupdocs.com/search/net/work-with-search-re...
  7. Search for encrypted object in QR-code signatur...

     This article explains how to search for encrypted electronic signatures in QR-code electronic signatures. This topic contains example of using standard encryption, serialization, clAss definition and search for embedded objects in QR-codes with GroupDocs.Signature API.... This article explains how to search for encrypted electronic signatures in QR-code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/search-for-en...
  8. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page.... This article explains how to use different image adjustment with electronic signatures on document page.

    docs.groupdocs.com/signature/java/sign-document...
  9. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search....This article gives the knowledge that how the document filters used during the search.

    docs.groupdocs.com/search/net/document-filterin...
  10. Merge Multiple File Types into One File using J...

    Combine two or more documents of different file formats into one single file in Java. Automate merging PDF Word Excel PPT into PDF with Document Merger API....Combine two or more documents of different file formats into one single file in Java. Automate merging PDF Word Excel PPT into PDF with Document Merger API.

    blog.groupdocs.com/merger/merge-multiple-file-t...