Interface: DetectResult
How confident autodetection is:
certain: exactly one signature matched (formatnames it);ambiguous: more than one matched (formatisnull;candidatesnames them);none: nothing matched (formatisnull;candidatesis empty).
format is null unless confidence is certain, so a non-certain result can never be mistaken
for a routable format.
Properties
candidates
readonlycandidates: readonlyCosyteFormat[]
The matching candidate formats (0 for none, 1 for certain, ≥2 for ambiguous). Value-free.
confidence
readonlyconfidence:"certain"|"ambiguous"|"none"
The detection confidence.
format
readonlyformat:CosyteFormat|null
The detected format, or null when confidence is not certain.