public class DL4JVGG16Net extends Object implements ObjectRecogniser
Modifier and Type | Field and Description |
---|---|
static Set<MediaType> |
SUPPORTED_MIMES |
Constructor and Description |
---|
DL4JVGG16Net() |
Modifier and Type | Method and Description |
---|---|
void |
checkInitialization(InitializableProblemHandler problemHandler) |
Set<MediaType> |
getSupportedMimes()
The mimes supported by this recogniser
|
void |
initialize(Map<String,Param> params)
This is the hook for configuring the recogniser
|
boolean |
isAvailable()
Is this service available
|
List<RecognisedObject> |
recognise(InputStream stream,
ContentHandler handler,
Metadata metadata,
ParseContext context)
Recognise the objects in the stream
|
public Set<MediaType> getSupportedMimes()
ObjectRecogniser
getSupportedMimes
in interface ObjectRecogniser
public boolean isAvailable()
ObjectRecogniser
isAvailable
in interface ObjectRecogniser
true
when the service is available, false
otherwisepublic void checkInitialization(InitializableProblemHandler problemHandler) throws TikaConfigException
checkInitialization
in interface Initializable
problemHandler
- if there is a problem and no
custom initializableProblemHandler has been configured
via Initializable parameters,
this is called to respond.TikaConfigException
public void initialize(Map<String,Param> params) throws TikaConfigException
ObjectRecogniser
initialize
in interface Initializable
initialize
in interface ObjectRecogniser
params
- configuration instance in the form of contextTikaConfigException
- when there is an issue with configurationpublic List<RecognisedObject> recognise(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context) throws IOException, SAXException, TikaException
ObjectRecogniser
recognise
in interface ObjectRecogniser
stream
- content streamhandler
- tika's content handlermetadata
- metadata instancecontext
- parser contextRecognisedObject
sIOException
- when an I/O error occursSAXException
- when an issue with XML occursTikaException
- any generic errorCopyright © 2007–1969 The Apache Software Foundation. All rights reserved.