Class RecognisedObject
java.lang.Object
org.apache.tika.parser.recognition.RecognisedObject
- Direct Known Subclasses:
CaptionObject
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
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) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiondoubleDeprecated.getId()Deprecated.getLabel()Deprecated.Deprecated.voidsetConfidence(double confidence) Deprecated.voidDeprecated.voidDeprecated.voidsetLabelLang(String labelLang) Deprecated.toString()Deprecated.
-
Constructor Details
-
RecognisedObject
Deprecated.
-
-
Method Details
-
getLabel
Deprecated. -
setLabel
Deprecated. -
getLabelLang
Deprecated. -
setLabelLang
Deprecated. -
getId
Deprecated. -
setId
Deprecated. -
getConfidence
public double getConfidence()Deprecated. -
setConfidence
public void setConfidence(double confidence) Deprecated. -
toString
Deprecated.
-