Uses of Class
org.apache.tika.parser.recognition.RecognisedObject
Package
Description
-
Uses of RecognisedObject in org.apache.tika.dl.imagerec
Modifier and TypeMethodDescriptionDL4JInceptionV3Net.recognise
(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context) DL4JVGG16Net.recognise
(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context) -
Uses of RecognisedObject in org.apache.tika.parser.recognition
Modifier and TypeMethodDescriptionList<? extends RecognisedObject>
ObjectRecogniser.recognise
(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context) Recognise the objects in the stream -
Uses of RecognisedObject in org.apache.tika.parser.recognition.tf
Modifier and TypeMethodDescriptionTensorflowImageRecParser.recognise
(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context) TensorflowRESTRecogniser.recognise
(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context)