 | SuggestionLevenshteinDistance Property |
The Levenshtein distance between the suggestion and the input word, or null if
ReturnStatistics is
false.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic Nullable<int> LevenshteinDistance { get; }
Public ReadOnly Property LevenshteinDistance As Nullable(Of Integer)
Get
Property Value
Type:
NullableInt32
See Also