public class TensorflowRESTRecogniser extends Object implements ObjectRecogniser
NOTE : //TODO: link to wiki page here
| Constructor and Description |
|---|
TensorflowRESTRecogniser() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.tika.mime.MediaType> |
getSupportedMimes()
The mimes supported by this recogniser
|
void |
initialize(Map<String,org.apache.tika.config.Param> params)
This is the hook for configuring the recogniser
|
boolean |
isAvailable()
Is this service available
|
List<RecognisedObject> |
recognise(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context)
Recognise the objects in the stream
|
public Set<org.apache.tika.mime.MediaType> getSupportedMimes()
ObjectRecognisergetSupportedMimes in interface ObjectRecogniserpublic boolean isAvailable()
ObjectRecogniserisAvailable in interface ObjectRecognisertrue when the service is available, false otherwisepublic void initialize(Map<String,org.apache.tika.config.Param> params) throws org.apache.tika.exception.TikaConfigException
ObjectRecogniserinitialize in interface org.apache.tika.config.Initializableinitialize in interface ObjectRecogniserparams - configuration instance in the form of contextorg.apache.tika.exception.TikaConfigException - when there is an issue with configurationpublic List<RecognisedObject> recognise(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, SAXException, org.apache.tika.exception.TikaException
ObjectRecogniserrecognise in interface ObjectRecogniserstream - content streamhandler - tika's content handlermetadata - metadata instancecontext - parser contextRecognisedObjectsIOException - when an I/O error occursSAXException - when an issue with XML occursorg.apache.tika.exception.TikaException - any generic errorCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.