public class NotifierFactory extends Object
This is factory for creating objects of type "INotifier". It has a set of static methods for creating objects from different input data.
Modifier and Type | Method and Description |
---|---|
static INotifier |
blockNotifier()
Creates the notifier that causes an event when detected text block is recognized.
|
static INotifier |
lineNotifier()
Creates the notifier that causes an event when a text line is recognized.
|
static INotifier |
pageNotifier()
Creates the notifier that causes an event when a page of a multipage document is recognized.
|
static INotifier |
symbolNotifier()
Creates the notifier that causes an event on each recognized symbol.
|
static INotifier |
wordNotifier()
Creates the notifier that causes an event when a word is recognized.
|
public static INotifier blockNotifier()
Creates the notifier that causes an event when detected text block is recognized.
public static INotifier lineNotifier()
Creates the notifier that causes an event when a text line is recognized.
public static INotifier pageNotifier()
Creates the notifier that causes an event when a page of a multipage document is recognized.
public static INotifier symbolNotifier()
Creates the notifier that causes an event on each recognized symbol.
public static INotifier wordNotifier()
Creates the notifier that causes an event when a word is recognized.
Copyright © 2017. All Rights Reserved.