mindee-api-dotnet

GeneratedObject Class

Namespace: Mindee.Parsing.Generated
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

An object within a feature.

public class GeneratedObject : Dictionary<string, JsonElement>

Inheritance: object → Dictionary<TKey, TValue> → GeneratedObject

Constructors

Name Description
GeneratedObject()  

Methods

Name Description
AsAmountField() Represent the object as a standard AmountField object.
AsClassificationField() Represent the object as a standard ClassificationField object.
AsDateField() Represent the object as a standard DateField object.
AsDecimalField() Represent the object as a standard DecimalField object.
AsStringField() Represent the object as a standard StringField object.
Confidence() Get the confidence score, if present.
ConvertElementToPolygon(JsonElement) Convert a JsonElement to a Polygon.
IsComputed() Get the ‘is_computed’ key, if present.
PageId() Get the page ID, if present.
Polygon() Get the polygon, if present.
ToString() A prettier representation of the feature values.
ToString(int) A prettier representation of the feature values, with offset.
TryGetBool(string) Attempts to represent the specified key as a boolean.
TryGetDouble(string) Attempts to represent the specified key as a double.
TryGetInt(string) Attempts to represent the specified key as an int.
TryGetPolygon(string) Get the specified key as a Polygon object.
TryGetString(string) Attempts to represent the specified key as a string.

Documentation generated by MdDocs