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