Interface AttachmentTextExtraction

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultAttachmentTextExtraction

@Internal public interface AttachmentTextExtraction extends Serializable
A result of calling AttachmentTextExtractionService.
Since:
6.5
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an Optional describing the extracted text of if it is available, or an empty Optional otherwise.
  • Method Details