Enum LanguageDetection
Namespace: DocuWare.Platform.ServerClient.Content
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public enum LanguageDetection : int
Fields
Name | Description |
---|---|
Auto | The OCR could automatically detect the language. |
DocuWareLanguageIdentifier | The language was detected by the majority voting algorithm used inside DocuWare. |
Explicite | The OCR did not try to automatically detect any language. Only the languages which are explicitely specified by a user are used. |
FallbackExplicite | The OCR could not automatically detect the language and used the languages which are explicitely specified by a user. |
FallbackSystemCulture | The OCR could not automatically detect the language and used the culture of system the OCR was run. |