AspriseOCRListSupportedLangs Method |
Call this after setup is done; returns list of langs separated by ','
Namespace: asprise_ocr_apiAssembly: asprise-ocr-api (in asprise-ocr-api.dll) Version: 15.3.1.0 (15.3.1.0)
Syntax public static string ListSupportedLangs()
Public Shared Function ListSupportedLangs As String
public:
static String^ ListSupportedLangs()
static member ListSupportedLangs : unit -> string
Return Value
Type:
StringThe list of langs separated by ','
See Also