public interface ClassifierService
Classifier implementation.| Modifier and Type | Method and Description |
|---|---|
<T,R> Classifier<T,R> |
getBySource(Class<T> sourceType,
Class<R> resultMapType)
Get the
Classifier which is able to classify images by the sourceType object. |
<T,R> Classifier<T,R> getBySource(Class<T> sourceType, Class<R> resultMapType)
Classifier which is able to classify images by the sourceType object.T - the class which is able to be handled by the Classifier and given as Class object.R - type of classification result map eg. String is commonly used , but Enum as wellsourceType - Class object of the source type.resultMapType - Class object of the result map.Classifier which is able to classify images of TCopyright © 2019. All rights reserved.