Package | Description |
---|---|
com.groupdocs.cloud.annotation.api |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<AnnotationInfo> |
AnnotateApi.extract(ExtractRequest request) |
Extracts annotations from document
|
com.squareup.okhttp.Call |
AnnotateApi.extractAsync(ExtractRequest request,
ApiCallback<java.util.List<AnnotationInfo>> callback) |
Extracts annotations from document (asynchronously)
|
com.squareup.okhttp.Call |
AnnotateApi.extractCall(ExtractRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for extract
|
ApiResponse<java.util.List<AnnotationInfo>> |
AnnotateApi.extractWithHttpInfo(ExtractRequest request) |
Extracts annotations from document
|
Copyright © 2022. All rights reserved.