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