Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 3,783 for

name

(0.05 sec)
  1. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. 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: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), Name (string, optional), password (string, optional) } Examples: JSON...folder ( string , optional ), name ( string , optional ), password..."folder" : "File folder" , "name" : "File name" , "password" : "File...

    docs.groupdocs.cloud/classification/classify-re...
  2. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example...."count" : 5 , "fieldsData" : [ { "name" : "ADDRESS" , "pageIndex" :...619002342224121 , "areas" : [] } } }, { "name" : "COMPANYADDRESS" , "pageIndex"...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  3. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "qrCodeTypes": [ { "Name": "Aztec" }, { "Name": "DataMatrix" }, { "Name": "GS1DataMatrix" }, { "Name": "GS1QR" }, { "Name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....{ "name" : "Aztec" }, { "name" : "DataMatrix" }, { "name" : "GS1DataMatrix"..."GS1DataMatrix" }, { "name" : "GS1QR" }, { "name" : "QR" } ] } SDK...

    docs.groupdocs.cloud/signature/get-supported-qr...
  4. Supported QR-Codes | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Request curl -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" Response { "qrCodeTypes": [ { "Name": "Aztec" }, { "Name": "DataMatrix" }, { "Name": "GS1DataMatrix" }, { "Name": "GS1QR" }, { "Name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....{ "name" : "Aztec" }, { "name" : "DataMatrix" }, { "name" : "GS1DataMatrix"..."GS1DataMatrix" }, { "name" : "GS1QR" }, { "name" : "QR" } ] } SDK...

    docs.groupdocs.cloud/signature/supported-qr-codes/
  5. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....Regex ", " Regex ": " Company name: " } }, { " FieldName ": " CompanyName..."count" : 5 , "fieldsData" : [ { "name" : "ADDRESS" , "pageIndex" :...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  6. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "Name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description Name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this value to download page using File API...ConversionResult example [ { "name" : "one-page.pdf" , "size" :...ConversionResult fields Name Description name Name of the converted...

    docs.groupdocs.cloud/conversion/conversionresult/
  7. 在 Node.js 中使用 REST API 比较 PDF 文件 | PDF比较SDK

    使用适用于 Java 的元数据操作 Cloud SDK 在 Java 中使用云上的 REST API 以编程方式提取 MP3 文件的元数据...ory</id> <name>GroupDocs Artifact Repository</name> <url>http://repository...println( "Tag for property: name - " + tagItem.getName() + "...

    blog.groupdocs.cloud/zh/metadata/extract-metada...
  8. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api.... "packageProperties" : [ { "name" : "FileFormat" , "value" :...: "Integer" , "tags" : [ { "name" : "FileFormat" , "category"...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  9. Presentation PowerPoint

    PROJECT TIMELINE TEMPLATE AT RISK TASK Name SUB TASK Name S Task 1 - enter your own text here C C I Subtask 1.1 Task 2 - enter your own text here Subtask 2.1 Task 3 Enter task Enter task O N N N N ......TEMPLATE AT RISK TASK NAME SUB TASK NAME S Task 1 - enter your...TEMPLATE AT RISK TASK NAME SUB TASK NAME STATUS ASSIGNED 1 2024-08-01T22:49:33Z...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  10. Presentation PowerPoint

    PROJECT TIMELINE TEMPLATE AT RISK TASK Name SUB TASK Name S Task 1 - enter your own text here C C I Subtask 1.1 Task 2 - enter your own text here Subtask 2.1 Task 3 Enter task Enter task O N N N N ......TEMPLATE AT RISK TASK NAME SUB TASK NAME S Task 1 - enter your...TEMPLATE AT RISK TASK NAME SUB TASK NAME STATUS ASSIGNED 1 2024-08-01T22:49:33Z...

    blog.groupdocs.cloud/zh-hant/conversion/convert...