Class ExtractionType

  • All Implemented Interfaces:
    ParameterInterface

    public class ExtractionType
    extends BaseToolboxType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The extraction operation element can be used to extract various contents.</p>
     
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Tip:</b>
                         The format of the document generated with the "extraction" operation is described by
                         the <a href="http://schema.webpdf.de/1.0/extraction/text.xsd">"text.xsd"
                     </a> schema for <code>&lt;text&gt;</code>, <code>&lt;links&gt;</code>,
                         <code>&lt;words&gt;</code>, and <code>&lt;paragraphs&gt;</code> and by the <a href="http://schema.webpdf.de/1.0/extraction/info.xsd">info.xsd
                     </a> schema for <code>&lt;info&gt;</code>.
                     </p>
     

    Java class for ExtractionType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ExtractionType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <choice>
             <element name="text" type="{http://schema.webpdf.de/1.0/operation}ExtractionTextType" minOccurs="0"/>
             <element name="links" type="{http://schema.webpdf.de/1.0/operation}ExtractionLinksType" minOccurs="0"/>
             <element name="words" type="{http://schema.webpdf.de/1.0/operation}ExtractionWordsType" minOccurs="0"/>
             <element name="info" type="{http://schema.webpdf.de/1.0/operation}ExtractionInfoType" minOccurs="0"/>
             <element name="paragraphs" type="{http://schema.webpdf.de/1.0/operation}ExtractionParagraphsType" minOccurs="0"/>
             <element name="images" type="{http://schema.webpdf.de/1.0/operation}ExtractionImagesType" minOccurs="0"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>