Package net.webpdf.wsclient.openapi
Class OperationToolboxExtractionExtraction
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationToolboxExtractionExtraction
-
public class OperationToolboxExtractionExtraction extends Object
The extraction operation element can be used to extract various contents. **Tip:** The format of the document generated with the \"extraction\" operation is described by the [\"text.xsd\"](http://schema.webpdf.de/1.0/extraction/text.xsd) schema for `<text>`, `<links>`, `<words>`, and `<paragraphs>` and by the [info.xsd](http://schema.webpdf.de/1.0/extraction/info.xsd) schema for `<info>`.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IMAGESstatic StringJSON_PROPERTY_INFOstatic StringJSON_PROPERTY_LINKSstatic StringJSON_PROPERTY_PARAGRAPHSstatic StringJSON_PROPERTY_TEXTstatic StringJSON_PROPERTY_WORDS
-
Constructor Summary
Constructors Constructor Description OperationToolboxExtractionExtraction()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_IMAGES
public static final String JSON_PROPERTY_IMAGES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INFO
public static final String JSON_PROPERTY_INFO
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_LINKS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARAGRAPHS
public static final String JSON_PROPERTY_PARAGRAPHS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TEXT
public static final String JSON_PROPERTY_TEXT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WORDS
public static final String JSON_PROPERTY_WORDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
images
public OperationToolboxExtractionExtraction images(OperationExtractionImages images)
-
getImages
@Nullable public @Nullable OperationExtractionImages getImages()
Get images- Returns:
- images
-
setImages
public void setImages(OperationExtractionImages images)
-
info
public OperationToolboxExtractionExtraction info(OperationExtractionInfo info)
-
getInfo
@Nullable public @Nullable OperationExtractionInfo getInfo()
Get info- Returns:
- info
-
setInfo
public void setInfo(OperationExtractionInfo info)
-
links
public OperationToolboxExtractionExtraction links(OperationExtractionLinks links)
-
getLinks
@Nullable public @Nullable OperationExtractionLinks getLinks()
Get links- Returns:
- links
-
setLinks
public void setLinks(OperationExtractionLinks links)
-
paragraphs
public OperationToolboxExtractionExtraction paragraphs(OperationExtractionParagraphs paragraphs)
-
getParagraphs
@Nullable public @Nullable OperationExtractionParagraphs getParagraphs()
Get paragraphs- Returns:
- paragraphs
-
setParagraphs
public void setParagraphs(OperationExtractionParagraphs paragraphs)
-
text
public OperationToolboxExtractionExtraction text(OperationExtractionText text)
-
getText
@Nullable public @Nullable OperationExtractionText getText()
Get text- Returns:
- text
-
setText
public void setText(OperationExtractionText text)
-
words
public OperationToolboxExtractionExtraction words(OperationExtractionWords words)
-
getWords
@Nullable public @Nullable OperationExtractionWords getWords()
Get words- Returns:
- words
-
setWords
public void setWords(OperationExtractionWords words)
-
-