Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 905 for

annotation types

(0.16 sec)
  1. Extract Metadata | Documentation

    This REST API allows to extract metadata from the documents. With this API you can extract metadata with following features: Extract whole metadata properties tree; Extract properties with specified tag; Extract properties with specified name; Extract properties with specified value; The table below contains the full list of properties that can be specified when extracting metadata from the document. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Annotation Product Solution GroupDocs...find. Required ValueOptions.Type Type of property value. Resource...

    docs.groupdocs.cloud/metadata/extract-metadata/
  2. Documents Classification | Documentation

    This API retrieves document classification result for IAB-2 taxonomy or Documents taxonomy. It returns an object that contains information about the best class and its probability and about probability of other classes. See Classify request parameters for request’s details. Resource This resource represents a controller for single call document classification. Classify document with taxonomy. Set taxonomy parameter to “default” for IAB-2, set to “documents” for Documents taxonomy, or set to “sentiment” or “sentiment3” for Sentiments taxonomies....Annotation Product Solution GroupDocs...0/classification/classify" -H "content-type: application/json" -X POST -d...

    docs.groupdocs.cloud/classification/documents-c...
  3. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...[Access_Token]" -H "Content-Type: multipart/form-data" -T C:/Temp/three-layouts..."bestClassProbability": 53. GroupDocs.Annotation Cloud API 是一个独立于平台的文档和图像...

    blog.groupdocs.cloud/zh/groupdocs.cloud/page/43/
  4. Rendering Archive Files | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Rendering options by document type / Rendering Archive Files Rendering...

    docs.groupdocs.cloud/viewer/rendering-archive-f...
  5. Rendering Text Files | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Rendering options by document type / Rendering Text Files Rendering...

    docs.groupdocs.cloud/viewer/rendering-text-files/
  6. Advanced usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Rendering options by document type Was this page helpful? Not really...

    docs.groupdocs.cloud/viewer/advanced-usage/
  7. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...concentrera sur la façon d’annoter des fichiers DOCX à l’aide...API REST en Python. Les annotations sont généralement des métadonnées...

    blog.groupdocs.cloud/fr/groupdocs.cloud/page/41/
  8. Newsletter GroupDocs Édition Octobre 2017 – Mis...

    La newsletter des développeurs GroupDocs d'octobre 2017 décrit les mises à jour de l'API, les principales améliorations de fonctionnalités et les corrections de bogues dans les API de manipulation de documents GroupDocs.... Importer des annotations à partir de diapositives...PowerPoint dans .NET # GroupDocs.Annotation pour .NET 17.8 prend désormais...

    blog.groupdocs.cloud/fr/total/groupdocs-newslet...
  9. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token curl -v 'https://api.groupdocs.cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # cURL example to join several documents into one curl -v 'https://api....Annotation Product Solution GroupDocs...cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...