Class CaptionObject

java.lang.Object
org.apache.tika.parser.recognition.RecognisedObject
org.apache.tika.parser.captioning.CaptionObject

@Deprecated(since="2026-04-30") public class CaptionObject extends RecognisedObject
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
A model for caption objects from graphics and texts typically includes human readable sentence, language of the sentence and confidence score.
Since:
Apache Tika 1.16
  • Constructor Details

    • CaptionObject

      public CaptionObject(String sentence, String sentenceLang, double confidence)
      Deprecated.
  • Method Details