com.aspose.ocr.core.publicapi
Interface ILanguage


public interface ILanguage

This interface represents recognition language. Instance of this can be construct only in Language factory.


Method Summary
 void addWord(String word)
          Adds the word to the dictionary.
 String getAlphabet()
          Gets the alphabet.
 String getClassName(char ch)
          Returns name of the class input character is reffers to.
 String getLanguage()
          Gets the name of language.
 

Method Detail

getLanguage

String getLanguage()
Gets the name of language.


addWord

void addWord(String word)
Adds the word to the dictionary.

Parameters:
word - The word to add.

getAlphabet

String getAlphabet()
Gets the alphabet.


getClassName

String getClassName(char ch)
Returns name of the class input character is reffers to. For example letter "x" is small_letter



Copyright © 2011 Aspose. All Rights Reserved.