Package | Description |
---|---|
com.groupdocs.cloud.annotation.api |
Modifier and Type | Method | Description |
---|---|---|
java.io.File |
AnnotateApi.annotateDirect(AnnotateDirectRequest request) |
Adds annotations to document and returns output file
|
com.squareup.okhttp.Call |
AnnotateApi.annotateDirectAsync(AnnotateDirectRequest request,
ApiCallback<java.io.File> callback) |
Adds annotations to document and returns output file (asynchronously)
|
com.squareup.okhttp.Call |
AnnotateApi.annotateDirectCall(AnnotateDirectRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for annotateDirect
|
ApiResponse<java.io.File> |
AnnotateApi.annotateDirectWithHttpInfo(AnnotateDirectRequest request) |
Adds annotations to document and returns output file
|
Copyright © 2022. All rights reserved.