normalization property

bool normalization
getter/setter pair

Flag that determines whether to check if text require normalization and to perform normalization. Generally, majority of text does not require this normalization processing. If true, check if fully normalized and perform normalization to compare text. If false, does not check. The default value is false. See for details

Implementation

bool normalization;