Class TensorflowRESTVideoRecogniser
java.lang.Object
org.apache.tika.parser.recognition.tf.TensorflowRESTRecogniser
org.apache.tika.parser.recognition.tf.TensorflowRESTVideoRecogniser
- All Implemented Interfaces:
Initializable,ObjectRecogniser
@Deprecated(since="2026-04-30")
public class TensorflowRESTVideoRecogniser
extends TensorflowRESTRecogniser
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Map<String, Param> params) Deprecated.This is the hook for configuring the recogniserMethods inherited from class org.apache.tika.parser.recognition.tf.TensorflowRESTRecogniser
checkInitialization, getSupportedMimes, isAvailable, recognise
-
Constructor Details
-
TensorflowRESTVideoRecogniser
public TensorflowRESTVideoRecogniser()Deprecated.
-
-
Method Details
-
initialize
Deprecated.Description copied from interface:ObjectRecogniserThis is the hook for configuring the recogniser- Specified by:
initializein interfaceInitializable- Specified by:
initializein interfaceObjectRecogniser- Overrides:
initializein classTensorflowRESTRecogniser- Parameters:
params- configuration instance in the form of context- Throws:
TikaConfigException- when there is an issue with configuration
-