Package | Description |
---|---|
com.groupdocs.cloud.annotation.api |
Modifier and Type | Method | Description |
---|---|---|
AnnotationApiLink |
AnnotateApi.annotate(AnnotateRequest request) |
Adds annotations to document and saves output file into cloud storage
|
com.squareup.okhttp.Call |
AnnotateApi.annotateAsync(AnnotateRequest request,
ApiCallback<AnnotationApiLink> callback) |
Adds annotations to document and saves output file into cloud storage (asynchronously)
|
com.squareup.okhttp.Call |
AnnotateApi.annotateCall(AnnotateRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for annotate
|
ApiResponse<AnnotationApiLink> |
AnnotateApi.annotateWithHttpInfo(AnnotateRequest request) |
Adds annotations to document and saves output file into cloud storage
|
Copyright © 2022. All rights reserved.