Domain Detective

API Reference

Class

TyposquattingContentSimilarityMatch

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Content similarity result for a single candidate.

Inheritance

  • Object
  • TyposquattingContentSimilarityMatch

Usage

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

Constructors

public TyposquattingContentSimilarityMatch() #

Properties

public Int32 Score { get; set; } #

Gets or sets the score value.

public Boolean LikelyImpersonating { get; set; } #

Gets or sets the likely impersonating value.

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

Gets or sets the fuzzy fingerprint similarity value.

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

Gets or sets the fuzzy fingerprint distance value.

public String Summary { get; set; } #

Gets or sets the summary value.

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

Gets or sets the signals value.

{{ include "footer" }}