DocumentField
Represents meta information about an additional field for a document.
- DocumentField.Id
=
IdThe unique identifier of the document field.
- DocumentField.DocumentId
=
DocumentIdThe unique identifier of the document that this field belongs to.
- DocumentField.Name
=
NameThe internal name of this document field.
- DocumentField.SourceId
=
SourceIdDetermines from where the field was derived: Hrz, Mrz, Chip.
See also
DocumentFieldSource for more information about the document field source.
- DocumentField.DisplayName
=
DisplayNameThe name of the document field - how it is displayed to operators of the system.
- DocumentField.DescriptionText
=
DescriptionTextAdditional help text describing the purpose of the field.
- DocumentField.RegionCoordinates
=
RegionCoordinatesProvides the location and size of the region showing where on the document the field information was derived. In the format: X,Y,Width,Height
- DocumentField.DataType
=
DataTypeThe type of the data that the field contains.
See also
DocumentFieldDataType for more information on the document field data type.
- DocumentField.FieldValueString
=
FieldValueStringThe internal value of this document field in case the data type is representing a string value.
- DocumentField.FieldValueDate
=
FieldValueDateThe internal value of this document field in case the data type is representing a date and/or time value.
- DocumentField.Reliability
=
ReliabilityA number between
0.0and1.0indicating the reliability of the information, where0.0indicates least and1.0most reliable.