Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,571 for

value

(0.03 sec)
  1. Sending texts for translation | Documentation

    How to send texts for translation to the selected languages....settings Property Type Default value Description sourceLanguage String...Texts to be translated. Return value If successful, this method returns...

    docs.groupdocs.cloud/translation/text/request/
  2. Sending files for translation | Documentation

    How to send files for translation to the selected languages....settings Property Type Default value Description sourceLanguage String...the worksheet index and the value is either list of indexes of...

    docs.groupdocs.cloud/translation/file/request/
  3. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Name of changed style OldValue Value of changed style from source...source document NewValue Value of changed style from target document...

    docs.groupdocs.cloud/comparison/changeinfo/
  4. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts).... Default value is false. Was this page helpful...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/htmloptions/
  5. classify/file Request Rarameters | Documentation

    Parameter In Type Default Value Comment FormData multipart/form-data File content. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) “1” Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) “default” Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) "" Balance between precision and recall. Password url (Optional) string null (not present) File password....page Parameter In Type Default value Comment FormData multipart/form-data...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/classification/classifyfil...
  6. Extract Metadata By Property Name | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties that have “Date” string in names. 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. curl -v "https://api....SearchCriteria ": { " NameOptions ": { " Value ": " Date " } } }" Response..."name" : "CommentCreatedDate" , "value" : "03/22/2016 20:11:00" , "propertyType"...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  7. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage.... Use this value to download page using Succeeded...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/signresult/
  8. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract 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 extract metadata creator information from all properties that have particular string phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....: [ { "name" : "Author" , "value" : "Prokofjev Igor" , "propertyType"...{ "name" : "dc:creator" , "value" : "Prokofjev Igor" , "propertyType"...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. Common structures | Documentation

    Page contains description for common structures and its properties SignatureType properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup properties Provides options to specify special or ordinary pages for Document processing. Example PagesSetup object...int Gets or sets the padding value for all the edges. Left int...int Gets or sets the padding value for the left edge. Top int Gets...

    docs.groupdocs.cloud/signature/common-structures/
  10. 在 C# 中使用 REST API 编辑 PDF 文件的元数据

    使用适用于 .NET 的元数据操作 Cloud SDK 在 C# 中使用云上的 REST API 以编程方式编辑 PDF 文件的元数据...NameOptions = new NameOptions { Value = "Keywords" } }, } } }; //...NameOptions = new NameOptions { Value = "Title", MatchOptions = new...

    blog.groupdocs.cloud/zh/metadata/edit-metadata-...