 | OcrApiInitLanguages Property |
Gets the languages string used in the last valid initialization.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic string InitLanguages { get; }Public ReadOnly Property InitLanguages As String
Get
public:
property String^ InitLanguages {
String^ get ();
}member InitLanguages : string with get
/** @property */
public String get_InitLanguages()
function get_InitLanguages();
Property Value
String
Remarks
If the last initialization specified "deu+hin" then that will be
returned.If hin loaded eng automatically as well, then that will
not be included in this list.To find the languages actually
loaded use
LoadedLanguages
See Also