LanguageDetectionLevel

Inheritance: java.lang.Object, java.lang.Enum

public enum LanguageDetectionLevel extends Enum<LanguageDetectionLevel>

Defines the level of language detection for text recognition in an image.

Fields

FieldDescription
BY_PAGEDetects a single language for the entire image.
BY_PARAGRAPHDetects the language separately for each paragraph.
BY_WORDDetects the language separately for each word.

BY_PAGE

public static final LanguageDetectionLevel BY_PAGE

Detects a single language for the entire image.

BY_PARAGRAPH

public static final LanguageDetectionLevel BY_PARAGRAPH

Detects the language separately for each paragraph.

BY_WORD

public static final LanguageDetectionLevel BY_WORD

Detects the language separately for each word.