Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 1,706 for

information

(0.09 sec)
  1. Sending texts for processing | Documentation

    How to send texts for processing to the selected language....Purchase Buy Now Pricing Information SDKs Policies My Orders &...load. See the article for information on how to get results from...

    docs.groupdocs.cloud/rewriter/text/request/
  2. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....Purchase Buy Now Pricing Information SDKs Policies My Orders &...highly secure way to exchange information. Getting an access token...

    docs.groupdocs.cloud/translation/authorization/
  3. Get Supported File Formats | Documentation

    This REST API allows getting list of all file formats supported by GroupDocs.Editor Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/editor/get-supported-file-...
  4. classify/batch Request Parameters | Documentation

    Parameter In Type Comment body BatchRequest Batch of texts (up to 10). BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BatchRequest { batch (string[]), } Examples: JSON { "batch": ["Text1", "Text2"] } XML...Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/classification/classifybat...
  5. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metadata source when saving resultant file. Files have metadata Information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Purchase Buy Now Pricing Information SDKs Policies My Orders &...file. Files have metadata information – author, organization, etc...

    docs.groupdocs.cloud/comparison/set-document-me...
  6. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Web Token is used to send information that can be verified and...

    docs.groupdocs.cloud/total/authenticating-api-r...
  7. Signing up | Documentation

    Learn how to sign up for GroupDocs.Rewriter Cloud service....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/rewriter/sign-up/
  8. Technical Support | Documentation

    GroupDocs provides unlimited free technical support for all its products. The support is available to all users, including evaluation. If you need help with GroupDocs.Editor Cloud, consider the following: The main avenue for support is the GroupDocs Cloud Forums. Post your question in the GroupDocs.Watermark Cloud Forum and it will be answered within a few hours. The questions are answered directly by the GroupDocs.Editor Cloud development team Please note, GroupDocs does not provide technical support over the phone....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/watermark/technical-support/
  9. System requirements | Documentation

    Minimum requirements and prerequisites for developing applications with GroupDocs.Translation Cloud....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/translation/system-require...
  10. RevisionInfo | Documentation

    RevisionInfo data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) text Revision text author Revision author...Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/comparison/revisioninfo/