Package com.vidispine.generated
Class ComplexJobAnalyzeType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ComplexJobAnalyzeType.PropInfo
-
- Enclosing class:
- ComplexJobAnalyzeType
public static class ComplexJobAnalyzeType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUDIO
static String
BARS_PERCENTAGE
static String
BARS_THRESH
static String
BLACK_PERCENTAGE
static String
BLACK_THRESH
static String
CHANNEL
static String
FREEZE_THRESH
static String
FREEZE_TIME
static String
HIGHLIGHTER
static String
METADATA_URI
static String
SMARTCROP
static String
VIDEO
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
CHANNEL
public static final transient String CHANNEL
- See Also:
- Constant Field Values
-
AUDIO
public static final transient String AUDIO
- See Also:
- Constant Field Values
-
VIDEO
public static final transient String VIDEO
- See Also:
- Constant Field Values
-
HIGHLIGHTER
public static final transient String HIGHLIGHTER
- See Also:
- Constant Field Values
-
SMARTCROP
public static final transient String SMARTCROP
- See Also:
- Constant Field Values
-
METADATA_URI
public static final transient String METADATA_URI
- See Also:
- Constant Field Values
-
BLACK_THRESH
public static final transient String BLACK_THRESH
- See Also:
- Constant Field Values
-
BLACK_PERCENTAGE
public static final transient String BLACK_PERCENTAGE
- See Also:
- Constant Field Values
-
BARS_THRESH
public static final transient String BARS_THRESH
- See Also:
- Constant Field Values
-
BARS_PERCENTAGE
public static final transient String BARS_PERCENTAGE
- See Also:
- Constant Field Values
-
FREEZE_THRESH
public static final transient String FREEZE_THRESH
- See Also:
- Constant Field Values
-
FREEZE_TIME
public static final transient String FREEZE_TIME
- See Also:
- Constant Field Values
-
-