Namespace: Mindee.Parsing.Common
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Define the inference model of values.
public abstract class Inference<TPagePrediction, TDocumentPrediction>
Inheritance: object → Inference<TPagePrediction, TDocumentPrediction>
TPagePrediction
Page prediction (could be the same that TDocumentPrediction).
TDocumentPrediction
Document prediction (could be the same that TPagePrediction).
Name | Description |
---|---|
Extras | Optional information. |
IsRotationApplied | Was a rotation applied to parse the document ? |
Pages | The pages and the associated values which was detected on the document. |
Prediction | The prediction model values. |
Product | Type of product. |
Name | Description |
---|---|
ToString() | A prettier representation. |
Documentation generated by MdDocs