Skip to content
Menu
Auto
English

InvisibleWatermarkDetectionResult

Defined in: invisible-watermark.ts:127

Authenticated detection result. A positive result does not prove the image was unmodified.

algorithm: "dct-qim-v1"

Defined in: invisible-watermark.ts:137

Versioned pixel algorithm identifier.


optional bitErrorRate?: number

Defined in: invisible-watermark.ts:135

Disagreement between decoded frame bits and individual block votes.


confidence: number

Defined in: invisible-watermark.ts:133

Normalized detector confidence from 0–1.


detected: boolean

Defined in: invisible-watermark.ts:129

Whether the frame passed magic, CRC, and authentication checks.


optional payload?: string

Defined in: invisible-watermark.ts:131

Recovered locator, present only when detected is true.


optional scale?: number

Defined in: invisible-watermark.ts:139

Estimated input scale when robust resize recovery was required.