DocumentCompareOptions Class Members (original) (raw)
Summary
The following tables list the members exposed by DocumentCompareOptions.
Public Properties
Name | Description | |
---|---|---|
![]() |
checkLines | Enables additional pre-checking when comparing text. |
![]() |
editCost | Cost of an empty edit operation in terms of edit characters. |
![]() |
matchDistance | How far to search for a match. |
![]() |
matchThreshold | The threshold used to determine the point at which "no match" is declared. |
![]() |
patchDeleteThreshold | Indicates how closely the sample contents have to be to match the expected contents when deleting a block of text that is over 64 characters. |
![]() |
performSemanticCleanup | Indicates whether the document compare results should be cleaned up to make them more human-readable. |
![]() |
timeout | The maximum number of seconds for a compare operation. |