'Declaration Public Property DetectSpaces As Boolean
'Usage Dim instance As Segmentation Dim value As Boolean instance.DetectSpaces = value value = instance.DetectSpaces
public bool DetectSpaces {get; set;}
'Declaration Public Property DetectSpaces As Boolean
'Usage Dim instance As Segmentation Dim value As Boolean instance.DetectSpaces = value value = instance.DetectSpaces
public bool DetectSpaces {get; set;}
Default value: true
This property is to determine whether spaces are allowed. The reader can automatically determine the spaces. However, if you know that there are no spaces or do not want any spaces in the result, then you can set the property to false.