INativeTranslator Interface |
Namespace: Atalasoft.Ocr
The INativeTranslator type exposes the following members.
Name | Description | |
---|---|---|
CanStream | Checks to see if this translator is capable of streaming. (Inherited from ITranslator.) | |
Supported | Get an array of mime types supported by this translator. (Inherited from ITranslator.) | |
Supports | Checks to see if a specific mime type is supported by this translator. (Inherited from ITranslator.) | |
Translate(ImageSource, String, Stream) | ||
Translate(ImageSource, String, String) |
Native Translators are engine specific and must be implemented in a class deriving from OcrEngine.