mindee-api-dotnet

DecimalField Constructors

Declaring Type: DecimalField
Namespace: Mindee.Parsing.Standard
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Overloads

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

DecimalField()

Empty constructor.

public DecimalField();

DecimalField(decimal?, double?, Polygon, int?)

Default constructor.

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

Parameters

value Nullable<decimal>

Value

confidence Nullable<double>

Confidence

polygon Polygon

Polygon

pageId Nullable<int>

PageId


Documentation generated by MdDocs