mindee-api-dotnet

AmountField Constructors

Declaring Type: AmountField
Namespace: Mindee.Parsing.Standard
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Overloads

Signature Description
AmountField() Empty constructor.
AmountField(double?, double?, Polygon, int?) Default constructor.

AmountField()

Empty constructor.

public AmountField();

AmountField(double?, double?, Polygon, int?)

Default constructor.

public AmountField(double? value, double? confidence, Polygon polygon, int? pageId = null);

Parameters

value Nullable<double>

Value

confidence Nullable<double>

Confidence

polygon Polygon

Polygon

pageId Nullable<int>

PageId


Documentation generated by MdDocs