public final class DetalisationLevel
extends com.aspose.ms.System.Enum
Specifies the level of comparison details.
Modifier and Type | Field and Description |
---|---|
static int |
High
High level.
|
static int |
Low
Low level.
|
static int |
Middle
Middle level.
|
Modifier and Type | Method and Description |
---|---|
static String |
getName(int type) |
public static final int High
High level. The best comparison quality, but the lowest speed. Comparison is perfromed per-character considering character case and spaces count.
public static final int Low
Low level. Provides the best speed comparison sacrificing comparison quality. Comparison is perfromed per-word.
public static final int Middle
Middle level. A reasonable compromise between comparison speed and quality. Comparison is perfromed per-character, but ignoring character case and spaces count.
public static String getName(int type)