Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 3,485 for

conholdate

(0.09 sec)
  1. Sentiment classification usage | GroupDocs

    Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German. Creates SentimentClassifier instance var sentimentClassifier = new SentimentClassifier(); and call PositiveProbability method Classifies sentiment by text var positiveProbability = sentimentClassifier.PositiveProbability("This is a new must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method Classifies sentiment by text var response = sentimentClassifier.Classify("This is a new must-have thing."); Console.WriteLine($"The best class name:{response....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/classification/net/sentiment...
  2. Adding watermarks | GroupDocs

    GroupDocs.Watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark to any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a watermark to a document. Load the document Create and initialize watermark object Set watermark properties Add a watermark to the document Save the document For more details please refer to the following guides:...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/watermark/java/adding-waterm...
  3. Defining Relations Between DocumentTable Instan...

    Define Relations Between Document Table Instances API provides ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, the Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations Note The code uses some of the objects defined in: The Business Layer ColumnNameExtractingDocumentTableLoadHandler...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/net/defining-relati...
  4. Working with annotation replies | GroupDocs

    The page describes how to manage replies for different document types using GroupDocs.Annotation for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/annotation/net/working-with-...
  5. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Conversion for Java...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/conversion/java/showcases/
  6. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Editor for Java...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/editor/java/showcases/
  7. Barcode Image Generation in Word Processing Doc...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Word Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here. Barcode.docx The Code...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/java/barcode-image-...
  8. Working with Multiple Data Sources | GroupDocs

    Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames. Articles in this section...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/java/working-with-m...
  9. Using Tables of Presentation Documents as Data ...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Presentation Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/net/using-tables-of...
  10. Basic Usage | GroupDocs

    Generate documents based on a data source and template, or create reports fast and easy with our intuitive and powerful API just with few lines of code. Let’s look at a scenario for working with a business case and working with GroupDocs.Assembly Engine....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/net/basic-usage/