| Package | Description |
|---|---|
| com.groupdocs.cloud.parser.api | |
| com.groupdocs.cloud.parser.client |
| Modifier and Type | Method | Description |
|---|---|---|
com.squareup.okhttp.Call |
ParseApi.barcodesAsync(BarcodesRequest request,
ApiCallback<BarcodesResult> callback) |
Extract barcodes from document.
|
com.squareup.okhttp.Call |
InfoApi.containerAsync(ContainerRequest request,
ApiCallback<ContainerResult> callback) |
Retrieve a container items (relative paths) from document to work with formats that contain attachments, ZIP archives etc.
|
com.squareup.okhttp.Call |
FileApi.copyFileAsync(CopyFileRequest request,
ApiCallback<Void> callback) |
Copy file (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.copyFolderAsync(CopyFolderRequest request,
ApiCallback<Void> callback) |
Copy folder (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.createFolderAsync(CreateFolderRequest request,
ApiCallback<Void> callback) |
Create the folder (asynchronously)
|
com.squareup.okhttp.Call |
TemplateApi.createTemplateAsync(CreateTemplateRequest request,
ApiCallback<TemplateResult> callback) |
Create or update document template.
|
com.squareup.okhttp.Call |
FileApi.deleteFileAsync(DeleteFileRequest request,
ApiCallback<Void> callback) |
Delete file (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.deleteFolderAsync(DeleteFolderRequest request,
ApiCallback<Void> callback) |
Delete folder (asynchronously)
|
com.squareup.okhttp.Call |
TemplateApi.deleteTemplateAsync(DeleteTemplateRequest request,
ApiCallback<Void> callback) |
Delete document template.
|
com.squareup.okhttp.Call |
FileApi.downloadFileAsync(DownloadFileRequest request,
ApiCallback<File> callback) |
Download file (asynchronously)
|
com.squareup.okhttp.Call |
StorageApi.getDiscUsageAsync(GetDiscUsageRequest request,
ApiCallback<DiscUsage> callback) |
Get disc usage (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.getFilesListAsync(GetFilesListRequest request,
ApiCallback<FilesList> callback) |
Get all files and folders within a folder (asynchronously)
|
com.squareup.okhttp.Call |
StorageApi.getFileVersionsAsync(GetFileVersionsRequest request,
ApiCallback<FileVersions> callback) |
Get file versions (asynchronously)
|
com.squareup.okhttp.Call |
InfoApi.getInfoAsync(GetInfoRequest request,
ApiCallback<InfoResult> callback) |
Retrieve information about document.
|
com.squareup.okhttp.Call |
InfoApi.getSupportedFileFormatsAsync(ApiCallback<FormatsResult> callback) |
List supported file formats.
|
com.squareup.okhttp.Call |
TemplateApi.getTemplateAsync(GetTemplateRequest request,
ApiCallback<Template> callback) |
Retrieve document template.
|
com.squareup.okhttp.Call |
ParseApi.imagesAsync(ImagesRequest request,
ApiCallback<ImagesResult> callback) |
Extract images from document.
|
com.squareup.okhttp.Call |
FileApi.moveFileAsync(MoveFileRequest request,
ApiCallback<Void> callback) |
Move file (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.moveFolderAsync(MoveFolderRequest request,
ApiCallback<Void> callback) |
Move folder (asynchronously)
|
com.squareup.okhttp.Call |
StorageApi.objectExistsAsync(ObjectExistsRequest request,
ApiCallback<ObjectExist> callback) |
Check if file or folder exists (asynchronously)
|
com.squareup.okhttp.Call |
ParseApi.parseAsync(ParseRequest request,
ApiCallback<ParseResult> callback) |
Extract document data by a predefined template.
|
com.squareup.okhttp.Call |
StorageApi.storageExistsAsync(StorageExistsRequest request,
ApiCallback<StorageExist> callback) |
Check if storage exists (asynchronously)
|
com.squareup.okhttp.Call |
ParseApi.textAsync(TextRequest request,
ApiCallback<TextResult> callback) |
Extract text from document.
|
com.squareup.okhttp.Call |
FileApi.uploadFileAsync(UploadFileRequest request,
ApiCallback<FilesUploadResult> callback) |
Upload file (asynchronously)
|
| Modifier and Type | Method | Description |
|---|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback) |
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback) |
Execute HTTP call asynchronously.
|
Copyright © 2025. All rights reserved.