Class TensorflowRESTVideoRecogniser

  • All Implemented Interfaces:
    org.apache.tika.config.Initializable, ObjectRecogniser

    public class TensorflowRESTVideoRecogniser
    extends TensorflowRESTRecogniser
    Tensor Flow video recogniser which has high performance. This implementation uses Tensorflow via REST API.

    NOTE : https://wiki.apache.org/tika/TikaAndVisionVideo

    Since:
    Apache Tika 1.15
    • Constructor Detail

      • TensorflowRESTVideoRecogniser

        public TensorflowRESTVideoRecogniser()
    • Method Detail

      • initialize

        public void initialize​(Map<String,​org.apache.tika.config.Param> params)
                        throws org.apache.tika.exception.TikaConfigException
        Description copied from interface: ObjectRecogniser
        This is the hook for configuring the recogniser
        Specified by:
        initialize in interface org.apache.tika.config.Initializable
        Specified by:
        initialize in interface ObjectRecogniser
        Overrides:
        initialize in class TensorflowRESTRecogniser
        Parameters:
        params - configuration instance in the form of context
        Throws:
        org.apache.tika.exception.TikaConfigException - when there is an issue with configuration