Class RecognisedObject
java.lang.Object
org.apache.tika.parser.recognition.RecognisedObject
- Direct Known Subclasses:
CaptionObject
A model for recognised objects from graphics and texts typically includes
human readable label for the object, language of the label, id and confidence score.
- Since:
- Apache Tika 1.14
-
Constructor Summary
ConstructorsConstructorDescriptionRecognisedObject(String label, String labelLang, String id, double confidence) -
Method Summary
Modifier and TypeMethodDescriptiondoublegetId()getLabel()voidsetConfidence(double confidence) voidvoidvoidsetLabelLang(String labelLang) toString()