Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 4,661 for

values

(0.97 sec)
  1. Add point annotation | GroupDocs

    The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/add-point-ann...
  2. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/java/add-document-to-...
  3. Technical Support | GroupDocs

    GroupDocs.Metadata for Node.js provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/nodejs-java/technic...
  4. How to Run | GroupDocs

    How to run examples.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/python-net/how-to-r...
  5. Get file info | GroupDocs

    The page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/get-file-info/
  6. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/search-...
  7. 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.... We value your opinion. Your feedback...

    docs.groupdocs.com/classification/net/sentiment...
  8. Pembaca Barcode menggunakan Java | Pindai Kode ...

    Cara memindai barcode menggunakan Java di dalam aplikasi. Contoh Java yang membaca kode batang dari gambar yang akan membantu Anda membuat pemindai kode batang online....getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/id/parser/scan-barcode-using...
  9. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... format ( "Value: %s" , descriptor . getValue...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. ערוך וניהול מטא נתונים באפליקציות Node.js - Gro...

    גלה כיצד להשתמש ב- GroupDocs.Metadata עבור Node.js כדי להוציא, לעדכן ולהסיר מטאדाटा באפליקציות שלך....properties and log their names and values. const groupdocsMetadata =...). getName () } , Property value: ${ metadataProperties . get_Item...

    blog.groupdocs.com/he/metadata/edit-metadata-in...