Uses of Class
org.apache.tika.parser.recognition.RecognisedObject
-
Packages that use RecognisedObject Package Description org.apache.tika.dl.imagerec org.apache.tika.parser.captioning org.apache.tika.parser.recognition org.apache.tika.parser.recognition.tf -
-
Uses of RecognisedObject in org.apache.tika.dl.imagerec
Methods in org.apache.tika.dl.imagerec that return types with arguments of type RecognisedObject Modifier and Type Method Description List<RecognisedObject>
DL4JInceptionV3Net. recognise(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context)
List<RecognisedObject>
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.captioning Modifier and Type Class Description class
CaptionObject
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 RecognisedObject Modifier and Type Method Description List<? 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 RecognisedObject Modifier and Type Method Description List<RecognisedObject>
TensorflowImageRecParser. recognise(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context)
List<RecognisedObject>
TensorflowRESTRecogniser. recognise(InputStream stream, ContentHandler handler, Metadata metadata, ParseContext context)
-