[]
Gets or sets a function that is called to determine the minimum possible distance between rows. The function parameter is the collection of tokens' heights.
The default implementation returns the statistical mode, unless its value is 0 or NaN in which case the average is returned.
public Func<IEnumerable<float>, float> GetMinimumDistanceBetweenRows { get; set; }
Public Property GetMinimumDistanceBetweenRows As Func(Of IEnumerable(Of Single), Single)