Click or drag to resize

ITranslator Interface

ITranslator defines an interface which allows the translation of documents from images to text-based formats.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface ITranslator

The ITranslator type exposes the following members.

Methods
  NameDescription
Public methodCanStream
Checks to see if this translator is capable of streaming.
Public methodSupported
Get an array of mime types supported by this translator.
Public methodSupports
Checks to see if a specific mime type is supported by this translator.
Top
Remarks
Client code will almost always want to implement INativeTranslator or IForeignTranslator rather than ITranslator.
See Also

Reference

IForeignTranslator Interface
INativeTranslator Interface