Click or drag to resize

INativeTranslator Methods

The INativeTranslator type exposes the following members.

Methods
  NameDescription
Public methodCanStream
Checks to see if this translator is capable of streaming.
(Inherited from ITranslator.)
Public methodSupported
Get an array of mime types supported by this translator.
(Inherited from ITranslator.)
Public methodSupports
Checks to see if a specific mime type is supported by this translator.
(Inherited from ITranslator.)
Public methodTranslate(ImageSource, String, Stream)
Public methodTranslate(ImageSource, String, String)
Top
See Also