API Reference
Class
TyposquattingOwnershipMatch
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.
Returned or exposed by
Constructors
public TyposquattingOwnershipMatch() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.