Click or drag to resize

IRecordMatchingService Methods

The IRecordMatchingService type exposes the following members.

Methods
  NameDescription
Public methodBlockT
Instructs the record matching service to perform a quick block function of records for type T with input
Public methodClassify(IdentifiedData, IEnumerableIdentifiedData, String, IRecordMatchingDiagnosticSession)
A non-generic method which uses the type of input to call Classify<T>
Public methodClassifyT(T, IEnumerableT, String, IRecordMatchingDiagnosticSession)
Instructs the record matcher to run a detailed classification on the matching blocks in blocks
Public methodCreateDiagnosticSession
Create a diagnostic session information object
Public methodMatch(IdentifiedData, String, IEnumerableGuid, IRecordMatchingDiagnosticSession)
A non-generic method which uses the type of input to call Match<T>
Public methodMatchT(T, String, IEnumerableGuid, IRecordMatchingDiagnosticSession)
Instructs the record matcher to run a block and match operation against input
Top
See Also