Class AgeRecogniserConfig
- java.lang.Object
-
- org.apache.tika.parser.recognition.AgeRecogniserConfig
-
public class AgeRecogniserConfig extends Object
Stores URL for AgePredictor
-
-
Constructor Summary
Constructors Constructor Description AgeRecogniserConfig(Map<String,Param> params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPathClassifyModel()
String
getPathClassifyRegression()
void
setPathClassifyModel(String pathClassifyModel)
void
setPathClassifyRegression(String pathClassifyRegression)
-
-
-
Method Detail
-
getPathClassifyModel
public String getPathClassifyModel()
-
setPathClassifyModel
public void setPathClassifyModel(String pathClassifyModel)
-
getPathClassifyRegression
public String getPathClassifyRegression()
-
setPathClassifyRegression
public void setPathClassifyRegression(String pathClassifyRegression)
-
-