mindee-api-dotnet

ListField Class

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

Define the values list of a field.

public class ListField

Inheritance: object → ListField

Constructors

Name Description
ListField()  
ListField(double, List<ListFieldValue>)  

Properties

Name Description
Confidence The confidence about the zone of the value extracted. A value from 0 to 1.
ContentsList Return a List of the contents of all values.
Values ListFieldValue

Methods

Name Description
ContentsString(string) Return a string representation of all values.
ToString() A prettier representation.

Documentation generated by MdDocs