Click or drag to resize

INearDupeMetadata Interface

Document metadata regarding Near Duplicate analysis

Namespace:  Law.EdaIntegration.NearDuplicate
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
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