Click or drag to resize

INearDuplicateProperties Interface

Represents the near-duplicate identification properties for a case.

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

The INearDuplicateProperties type exposes the following members.

Properties
  NameDescription
Public propertyExcludedContent
Represents the IExcludedContentManager class for managing excluded content items.
Public propertyCode exampleNearDupeComparisonThreshold
Gets or sets the Near-Duplicate Comparison Threshold for the case.
Public propertyCode exampleNearDupeEnabled
Determines whether near-duplicate analysis is enabled for the case.
Top
See Also