public abstract class INotifier extends Object
This abstract class represents a notifier. Each notifier can send event (recognized word, recognized several characters).
Modifier and Type | Field and Description |
---|---|
com.aspose.ocr.Event<NotifierHandler> |
Elapsed |
NotifierHandler |
ElapsedDelegate
Occurs when the event has raised.
|
Modifier | Constructor and Description |
---|---|
protected |
INotifier() |
public final com.aspose.ocr.Event<NotifierHandler> Elapsed
public NotifierHandler ElapsedDelegate
public abstract IRecognizedText getText()
Copyright © 2017. All Rights Reserved.