Class BarcodeType.Detect

  • Enclosing class:
    BarcodeType

    public static class BarcodeType.Detect
    extends Object

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded">
             <element name="selection" type="{http://schema.webpdf.de/1.0/operation}BarcodeSelectionType"/>
           </choice>
           <attribute name="outputFormat" type="{http://schema.webpdf.de/1.0/operation}BarcodeDetectOutputFormatType" default="json" />
           <attribute name="inputFormat" type="{http://schema.webpdf.de/1.0/operation}BarcodeDetectInputFormatType" default="pdf" />
         </restriction>
       </complexContent>
     </complexType>