Domain Detective

API Reference

Class

TyposquattingVisualSimilarityMatch

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Visual similarity result for a single candidate.

Inheritance

  • Object
  • TyposquattingVisualSimilarityMatch

Usage

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

Constructors

public TyposquattingVisualSimilarityMatch() #

Properties

public Int32 Score { get; set; } #

Gets or sets the score value.

public Int32 HammingDistance { get; set; } #

Gets or sets the hamming distance value.

public Boolean LikelyClone { get; set; } #

Gets or sets the likely clone value.

public String Summary { get; set; } #

Gets or sets the summary value.

public IReadOnlyList<String> Signals { get; set; } #

Gets or sets the signals value.

public TyposquattingVisualArtifactKind MatchedArtifactKind { get; set; } #

Gets or sets the matched artifact kind value.

public String MatchedSourceUrl { get; set; } #

Gets or sets the matched source url value.

public String CandidateArtifactUrl { get; set; } #

Gets or sets the candidate artifact url value.

{{ include "footer" }}