DateResult
@microblink/blinkid / DateResult
Type Alias: DateResult<S>
DateResult<
S> =object
Smart date result structure.
Type Parameters
S
S extends string | StringResult
The type of the string result.
Properties
day?
optionalday:number
Day in month [1-31]
filledByDomainKnowledge
filledByDomainKnowledge:
boolean
Indicates whether this date is filled by internal domain knowledge
month?
optionalmonth:number
Month in year [1-12]
originalString?
optionaloriginalString:S
Original date string from the document
successfullyParsed?
optionalsuccessfullyParsed:boolean
Indicates whether date was parsed successfully
year?
optionalyear:number
Four digit year