Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 2,314 for

groupdocs.total cloud

(0.2 sec)
  1. Detecting paraphrases in text with GroupDocs.Re...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in texts....Close Navigation Products GroupDocs.Total Product Family GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/rewriter/text/sdk/detect/
  2. Fetching translations | Documentation

    How to fetch the translated text from the GroupDocs.Translation Cloud queue....Close Navigation Products GroupDocs.Total Product Family GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/text/fetch/
  3. GroupDocs Newsletter October 2017 Edition – Doc...

    GroupDocs developer newsletter of October 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....NET, Java and Cloud developers to create custom...Product Releases and Updates GroupDocs.Total for .NET – The latest versions...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  4. Cloud on Document Automation REST APIs | GroupD...

    Cloud on Document Automation REST APIs | GroupDocs Cloud Recent content in Cloud on Document Automation REST APIs | GroupDocs Cloud GroupDocs.Annotation Cloud SDK pro Java a Ruby jsou nyní k dispoz......Cloud on Document Automation REST APIs | GroupDocs Cloud Recent...Recent content in Cloud on Document Automation REST APIs | GroupDocs...

    blog.groupdocs.cloud/cs/tag/cloud/index.xml
  5. Cloud on Document Processing REST APIs | GroupD...

    Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in Cloud on Document Processing REST APIs | GroupDocs Cloud Los SDK de GroupDocs.Annotation Cloud para Java y Ruby ya están d......Cloud on Document Processing REST APIs | GroupDocs Cloud Recent...Recent content in Cloud on Document Processing REST APIs | GroupDocs...

    blog.groupdocs.cloud/es/tag/cloud/index.xml
  6. Cloud on Document Processing REST APIs | GroupD...

    Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in Cloud on Document Processing REST APIs | GroupDocs Cloud 適用於 Java 和 Ruby 的 GroupDocs.Annotation Cloud SDK 現已推出 GroupDocs.c......Cloud on Document Processing REST APIs | GroupDocs Cloud Recent...Recent content in Cloud on Document Processing REST APIs | GroupDocs...

    blog.groupdocs.cloud/zh-hant/tag/cloud/index.xml
  7. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Translation Cloud into your applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/sdk/
  8. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata properties from the document choosing the properties to remove by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to remove metadata properties that have “creator” phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET env variables are set....Close Navigation Products GroupDocs.Total Product Family GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via 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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Add metadata to a document curl -v "https://api....Close Navigation Products GroupDocs.Total Product Family GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

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