Declaring Type: AmountField
Namespace: Mindee.Parsing.Standard
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Signature | Description |
---|---|
AmountField() | Empty constructor. |
AmountField(double?, double?, Polygon, int?) | Default constructor. |
Empty constructor.
public AmountField();
Default constructor.
public AmountField(double? value, double? confidence, Polygon polygon, int? pageId = null);
value
Nullable<double>
confidence
Nullable<double>
polygon
Polygon
pageId
Nullable<int>
Documentation generated by MdDocs