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.
public float PatchDeleteThreshold {get; set;}
A float
between 0 and 1 indicating the threshold. The default value is 0.5.
A value of 0.0 indicates a perfect match. The higher the value (the maximum value is 1.0), the more loosely the match can be.
Note: The MatchThreshold controls how close the end points of a deletion operation need to be in order to be considered a match.