InvisibleWatermarkDetectionResult
Defined in: invisible-watermark.ts:127
Authenticated detection result. A positive result does not prove the image was unmodified.
Properties
Section titled “Properties”algorithm
Section titled “algorithm”algorithm:
"dct-qim-v1"
Defined in: invisible-watermark.ts:137
Versioned pixel algorithm identifier.
bitErrorRate?
Section titled “bitErrorRate?”
optionalbitErrorRate?:number
Defined in: invisible-watermark.ts:135
Disagreement between decoded frame bits and individual block votes.
confidence
Section titled “confidence”confidence:
number
Defined in: invisible-watermark.ts:133
Normalized detector confidence from 0–1.
detected
Section titled “detected”detected:
boolean
Defined in: invisible-watermark.ts:129
Whether the frame passed magic, CRC, and authentication checks.
payload?
Section titled “payload?”
optionalpayload?:string
Defined in: invisible-watermark.ts:131
Recovered locator, present only when detected is true.
scale?
Section titled “scale?”
optionalscale?:number
Defined in: invisible-watermark.ts:139
Estimated input scale when robust resize recovery was required.