Class CaptionObject


  • public class CaptionObject
    extends RecognisedObject
    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 Detail

      • CaptionObject

        public CaptionObject​(java.lang.String sentence,
                             java.lang.String sentenceLang,
                             double confidence)