OcrEngineSupportingTranslator Method |
Finds a translator that supports translation to the requested output type.
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 protected ITranslator SupportingTranslator(
string mime,
bool needsStreaming
)
Protected Function SupportingTranslator (
mime As String,
needsStreaming As Boolean
) As ITranslator
Parameters
- mime
- Type: SystemString
The standard mime type of the request output stream. - needsStreaming
- Type: SystemBoolean
Specifies whether streaming is needed or not.
Return Value
Type:
ITranslatorFound translator instance;
null if not found.s
See Also