Root element for specifying a Text Transformation model. More...
Public Attributes | |
HeaderSet | |
Reference to a set of candidate header strings for identifying sections. More... | |
KeySet | |
Reference to a set of candidate key strings for identifying key-value pairs. More... | |
Operations | |
Ordered list of atomic annotate and transform operations that make up this model. More... | |
name | |
Logical name for this model. More... | |
outputClass | |
Name of the output class to be populated when executing this model. More... | |
Root element for specifying a Text Transformation model.
See also <class>iKnow.TextTransformation.Definition</class>.
HeaderSet |
Reference to a set of candidate header strings for identifying sections.
KeySet |
Reference to a set of candidate key strings for identifying key-value pairs.
Operations |
Ordered list of atomic annotate and transform operations that make up this model.
name |
Logical name for this model.
outputClass |
Name of the output class to be populated when executing this model.
This class should inherit from <class>iKnow.TextTransformation.Output</class> and, the model is to be applied in batch, also from <class>Persistent</class>.