public final class TextPartLevel
extends com.aspose.ms.System.Enum
Level of IRecognizedTextPartInfo
object.
Could be text block, line, word or character
Modifier and Type | Field and Description |
---|---|
static int |
Character
Represents character
|
static int |
Line
Represents text line
|
static int |
Textblock
Represents text block
|
static int |
Word
Represents word
|
public static final int Character
Represents character
public static final int Line
Represents text line
public static final int Textblock
Represents text block
public static final int Word
Represents word
Copyright © 2017. All Rights Reserved.