Uses of Class
org.apache.tika.parser.recognition.RecognisedObject
Packages that use RecognisedObject
Package
Description
-
Uses of RecognisedObject in org.apache.tika.dl.imagerec
Methods in org.apache.tika.dl.imagerec that return types with arguments of type RecognisedObjectModifier 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.captioning
Subclasses of RecognisedObject in org.apache.tika.parser.captioningModifier and TypeClassDescriptionclass
A model for caption objects from graphics and texts typically includes human readable sentence, language of the sentence and confidence score. -
Uses of RecognisedObject in org.apache.tika.parser.recognition
Methods in org.apache.tika.parser.recognition that return types with arguments of type RecognisedObjectModifier 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
Methods in org.apache.tika.parser.recognition.tf that return types with arguments of type RecognisedObjectModifier and TypeMethodDescriptionTensorflowImageRecParser.recognise
(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context) TensorflowRESTRecogniser.recognise
(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context)