public enum LanguageDetectionResultFormat extends Enum<LanguageDetectionResultFormat>
| Enum Constant and Description |
|---|
COMPLEX |
COMPLEX_COMBINED |
COMPLEX_SPLIT |
SIMPLE |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isComplexFormat(LanguageDetectionResultFormat formatToCheck) |
static LanguageDetectionResultFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageDetectionResultFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LanguageDetectionResultFormat SIMPLE
public static final LanguageDetectionResultFormat COMPLEX
public static final LanguageDetectionResultFormat COMPLEX_COMBINED
public static final LanguageDetectionResultFormat COMPLEX_SPLIT
public static LanguageDetectionResultFormat[] values()
for (LanguageDetectionResultFormat c : LanguageDetectionResultFormat.values()) System.out.println(c);
public static LanguageDetectionResultFormat 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 static boolean isComplexFormat(LanguageDetectionResultFormat formatToCheck)
Copyright © 2015–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.