Interface BatchStatus.Function
- Enclosing class:
- BatchStatus
public static interface BatchStatus.Function
The method to be run against the documents. Possible values are `html_conversion`,
`element_classification`, and `tables`.
-
Field Summary
Fields Modifier and Type Field Description static String
ELEMENT_CLASSIFICATION
element_classification.static String
HTML_CONVERSION
html_conversion.static String
TABLES
tables.
-
Field Details
-
ELEMENT_CLASSIFICATION
element_classification.- See Also:
- Constant Field Values
-
HTML_CONVERSION
html_conversion.- See Also:
- Constant Field Values
-
TABLES
tables.- See Also:
- Constant Field Values
-