Package org.apache.tika.mime
Class ProbabilisticMimeDetectionSelector.Builder
java.lang.Object
org.apache.tika.mime.ProbabilisticMimeDetectionSelector.Builder
- Enclosing class:
ProbabilisticMimeDetectionSelector
@Deprecated(since="2026-04-30")
public static class ProbabilisticMimeDetectionSelector.Builder
extends Object
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
build class for probability parameters setting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild2()Deprecated.Initialize the MimeTypes with this builder instanceextension_neg(float trust) Deprecated.extension_trust(float trust) Deprecated.magic_neg(float trust) Deprecated.magic_trust(float trust) Deprecated.meta_neg(float trust) Deprecated.meta_trust(float trust) Deprecated.priorExtensionFileType(float prior) Deprecated.priorMagicFileType(float prior) Deprecated.priorMetaFileType(float prior) Deprecated.threshold(float threshold) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
priorMagicFileType
Deprecated. -
priorExtensionFileType
Deprecated. -
priorMetaFileType
Deprecated. -
magic_trust
Deprecated. -
extension_trust
Deprecated. -
meta_trust
Deprecated. -
magic_neg
Deprecated. -
extension_neg
Deprecated. -
meta_neg
Deprecated. -
threshold
Deprecated. -
build2
Deprecated.Initialize the MimeTypes with this builder instance
-