Attributes of a watermarked widget recovered from an image.

Hierarchy

  • StegadographyWidgetAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
locationx: number

Horizontal pixel coordinate where the watermark was found in the image.

locationy: number

Vertical pixel coordinate where the watermark was found in the image.

rawData: string

JSON-encoded string representing the widget state.

watermark: string

Hex-encoded watermark string identifying the widget.

Generated using TypeDoc