| Package | Description |
|---|---|
| com.groupdocs.cloud.annotation.api | |
| com.groupdocs.cloud.annotation.model |
| Modifier and Type | Method | Description |
|---|---|---|
List<AnnotationInfo> |
AnnotateApi.extract(ExtractRequest request) |
Extracts annotations from document
|
ApiResponse<List<AnnotationInfo>> |
AnnotateApi.extractWithHttpInfo(ExtractRequest request) |
Extracts annotations from document
|
| Modifier and Type | Method | Description |
|---|---|---|
com.squareup.okhttp.Call |
AnnotateApi.extractAsync(ExtractRequest request,
ApiCallback<List<AnnotationInfo>> callback) |
Extracts annotations from document (asynchronously)
|
| Modifier and Type | Method | Description |
|---|---|---|
List<AnnotationInfo> |
AnnotateOptions.getAnnotations() |
List of annotations to add to the document
|
| Modifier and Type | Method | Description |
|---|---|---|
AnnotateOptions |
AnnotateOptions.addAnnotationsItem(AnnotationInfo annotationsItem) |
| Modifier and Type | Method | Description |
|---|---|---|
AnnotateOptions |
AnnotateOptions.annotations(List<AnnotationInfo> annotations) |
|
void |
AnnotateOptions.setAnnotations(List<AnnotationInfo> annotations) |
Copyright © 2025. All rights reserved.