Class TranscribeType

  • All Implemented Interfaces:
    ParameterInterface

    public class TranscribeType
    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 transcribe operation element can be used to convert a PDF document into other document formats. Errors and inaccuracies can always occur during such conversions, so the endpoint allows a report to be generated to detect and evaluate possible transfer errors both in the event of an error and in the event of a success.</p>
     

    Java class for TranscribeType complex type.

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

    
     <complexType name="TranscribeType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <choice>
             <element name="html" type="{http://schema.webpdf.de/1.0/operation}HtmlTranscribeType"/>
           </choice>
           <attribute name="errorReport" type="{http://schema.webpdf.de/1.0/operation}TranscribeErrorReportType" default="none" />
           <attribute name="successReport" type="{http://schema.webpdf.de/1.0/operation}TranscribeSuccessReportType" default="none" />
           <attribute name="failureLevel" type="{http://schema.webpdf.de/1.0/operation}FailureType" default="error" />
         </extension>
       </complexContent>
     </complexType>