Domain Detective

API Reference

Class

TyposquattingOwnershipMatch

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Ownership comparison result for a single candidate.

Inheritance

  • Object
  • TyposquattingOwnershipMatch

Usage

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

Constructors

Properties

public Boolean LikelyOwned { get; set; } #

Gets or sets the likely owned value.

public Int32 ConfidenceScore { get; set; } #

Gets or sets the confidence score 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 Boolean LikelyExternal { get; set; } #

Gets or sets the likely external value.

public Int32 ExternalConfidenceScore { get; set; } #

Gets or sets the external confidence score value.

public String ExternalSummary { get; set; } #

Gets or sets the external summary value.

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

Gets or sets the external signals value.

{{ include "footer" }}