Click or drag to resize

INearDupeMetadata Interface

Document metadata regarding Near Duplicate analysis

Namespace:  EdaIntegrationContract.NearDuplicate
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface INearDupeMetadata

The INearDupeMetadata type exposes the following members.

Properties
  NameDescription
Public propertyIsMaster
Indicates if this document is the "master" document in the near-dupe family.
Public propertyMaster
The Id of the "master" document in the near-dupe family. All document comparisons in the family are made to this document.
Public propertySimilarity
A numeric value representing how similar this document is to the "master" document in the near-dupe family.
Top
See Also