Domain Detective

API Reference

Class

TyposquattingVisualArtifact

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Captured visual artifact or precomputed fingerprint used for similarity comparison.

Inheritance

  • Object
  • TyposquattingVisualArtifact

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public Byte[] ImageBytes { get; set; } #

Gets or sets the image bytes value.

public String MimeType { get; set; } #

Gets or sets the mime type value.

public String FingerprintHex { get; set; } #

Gets or sets the fingerprint hex value.

public Nullable<Int32> Width { get; set; } #

Gets or sets the width value.

public Nullable<Int32> Height { get; set; } #

Gets or sets the height value.

public TyposquattingVisualArtifactKind Kind { get; set; } #

Gets or sets the kind value.

public String SourceUrl { get; set; } #

Gets or sets the source url value.

{{ include "footer" }}