The following tables list the members exposed by LTRegexCostOptions.
Name | Description | |
---|---|---|
LTRegexCostOptions | Initializes a new instance of LTRegexCostOptions. |
Name | Description | |
---|---|---|
Default | Returns an instance of LTRegexCostOptions with all default values. | |
DeletedCost | The cost of a deleted character. | |
InsertedCost | The cost of an inserted character. | |
MaximumCost | The maximum allowed cost of a match. | |
MaximumDeletes | The maximum number of deletes allowed. | |
MaximumErrors | The maximum number of total errors allowed. | |
MaximumInserts | The maximum number of inserts allowed. | |
MaximumSubstitutes | The maximum allowed number of substitutions. | |
SubstitutedCost | The CPU performance cost of a substituted character. |