| Modifier and Type | Method and Description |
|---|---|
LanguageDetectionResultFormat |
LanguageDetectionWorkerConfiguration.getResultFormat()
Getter for property 'resultFormat' which controls the format that language detection results are output.
|
static LanguageDetectionResultFormat |
LanguageDetectionResultFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageDetectionResultFormat[] |
LanguageDetectionResultFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LanguageDetectionUtilities.addDetectedLanguageToDocument(LanguageDetectorResult detectorResult,
com.hpe.caf.worker.document.model.Document document,
com.hpe.caf.worker.document.model.Field sourceDataField,
LanguageDetectionResultFormat resultFormat,
boolean inMultiFieldMode)
Updates the passed
document with the language detection result passed in detectorResult. |
static boolean |
LanguageDetectionResultFormat.isComplexFormat(LanguageDetectionResultFormat formatToCheck) |
void |
LanguageDetectionWorkerConfiguration.setResultFormat(LanguageDetectionResultFormat resultFormat)
Setter for property 'resultFormat' which controls the format that langauge detection results are output.
|
Copyright © 2015–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.