Class AnalyzeJobType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class AnalyzeJobType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for AnalyzeJobType complex type.

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

     <complexType name="AnalyzeJobType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="black" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                       <element name="percentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="bars" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                       <element name="percentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="freeze" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                       <element name="time" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="channel" type="{http://xml.vidispine.com/schema/vidispine}AnalyzeAudioChannelType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="audio" type="{http://xml.vidispine.com/schema/vidispine}AnalyzeAudioJobType" minOccurs="0"/>
             <element name="video" type="{http://xml.vidispine.com/schema/vidispine}AnalyzeVideoJobType" minOccurs="0"/>
             <element name="highlighter" type="{http://xml.vidispine.com/schema/vidispine}HighlighterType" minOccurs="0"/>
             <element name="smartcrop" type="{http://xml.vidispine.com/schema/vidispine}SmartCropType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form