public enum TesseractPageSegmentationMethod extends Enum<TesseractPageSegmentationMethod>
Enum Constant and Description |
---|
PSM0 |
PSM1 |
PSM10 |
PSM11 |
PSM12 |
PSM13 |
PSM2 |
PSM3 |
PSM4 |
PSM5 |
PSM6 |
PSM7 |
PSM8 |
PSM9 |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
int |
getNativeValue() |
String |
toString() |
static TesseractPageSegmentationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TesseractPageSegmentationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TesseractPageSegmentationMethod PSM0
public static final TesseractPageSegmentationMethod PSM1
public static final TesseractPageSegmentationMethod PSM2
public static final TesseractPageSegmentationMethod PSM3
public static final TesseractPageSegmentationMethod PSM4
public static final TesseractPageSegmentationMethod PSM5
public static final TesseractPageSegmentationMethod PSM6
public static final TesseractPageSegmentationMethod PSM7
public static final TesseractPageSegmentationMethod PSM8
public static final TesseractPageSegmentationMethod PSM9
public static final TesseractPageSegmentationMethod PSM10
public static final TesseractPageSegmentationMethod PSM11
public static final TesseractPageSegmentationMethod PSM12
public static final TesseractPageSegmentationMethod PSM13
public static TesseractPageSegmentationMethod[] values()
for (TesseractPageSegmentationMethod c : TesseractPageSegmentationMethod.values()) System.out.println(c);
public static TesseractPageSegmentationMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getNativeValue()
public String getLabel()
public String toString()
toString
in class Enum<TesseractPageSegmentationMethod>
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.