Namespace: Mindee.Parsing.Generated
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
A generic feature which can represent any OTS Mindee return prediction.
public class GeneratedFeature : List<GeneratedObject>
Inheritance: object → List<T> → GeneratedFeature
Name | Description |
---|---|
GeneratedFeature(bool) | Default constructor. |
Name | Description |
---|---|
IsList | Whether the original feature is a list. |
Name | Description |
---|---|
AsAmountField() | Represent the feature as a standard AmountField object. |
AsClassificationField() | Represent the feature as a standard ClassificationField object. |
AsDateField() | Represent the feature as a standard DateField object. |
AsDecimalField() | Represent the feature as a standard DecimalField object. |
AsStringField() | Represent the feature as a standard StringField object. |
ToString() | A prettier representation of the feature values. |
Documentation generated by MdDocs