@Internal @FunctionalInterface public interface AttachmentTextExtractionService
Modifier and Type | Method and Description |
---|---|
CompletionStage<AttachmentTextExtraction> |
submit(long attachmentId,
int version)
Submit a text extraction task for an attachment of the provided id and version.
|
CompletionStage<AttachmentTextExtraction> submit(long attachmentId, int version)
attachmentId
- attachment idversion
- attachment versionCompletionStage
describing AttachmentTextExtraction
.Copyright © 2003–2017 Atlassian. All rights reserved.