public interface TemplatingClassifier
extends android.os.Parcelable
TemplatingClass.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
classify(TemplatingClass currentTemplatingClass)
This method is invoked while evaluating specific  
TemplatingClass. | 
@WorkerThread
boolean classify(@NonNull
                               TemplatingClass currentTemplatingClass)
TemplatingClass. First, all processors
 within classification processor groups are executed. Then this method is invoked to determine
 whether non-classification processor groups should also be executed. If this method returns
 false, then non-classification processor groups will not be executed and evaluation will continue
 to next TemplatingClass within TemplatingRecognizer.currentTemplatingClass - TemplatingClass that is currently being evaluatedTemplatingClass, false otherwise