LanguageDetectionLevel

LanguageDetectionLevel enumeration

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

public enum LanguageDetectionLevel

Values

NameValueDescription
ByPage0Detects a single language for the entire image.
ByParagraph1Detects the language separately for each paragraph.
ByWord2Detects the language separately for each word.

See Also