Date Result
Defined in library scandit_datacapture_id
- DateResult
class DateResultAdded in version 6.11.0
A date extracted from a personal identification document. May represent either a full date (day, month, year), just a month and a year or just a year.
- DateResult(day, month, year)
DateResult({int? day, int? month, required int year})
Added in version 8.3.0
Constructs a new instance of this class from an optional day, optional month and a year.
- day
int get day
Added in version 6.11.0
The extracted day of the month or 0 if this result represents a month and a year only.
- month
int get month
Added in version 6.11.0
A number from 1 to 12 representing the extracted month, where 1 represents January, 2 - February and so on or 0 if the results represents a year only.