LanguageDetectionLevel
LanguageDetectionLevel enumeration
Defines the level of language detection for text recognition in an image.
public enum LanguageDetectionLevel
Values
Name | Value | Description |
---|---|---|
ByPage | 0 | Detects a single language for the entire image. |
ByParagraph | 1 | Detects the language separately for each paragraph. |
ByWord | 2 | Detects the language separately for each word. |
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR