Package com.mindee.parsing.v2
Class InferenceActiveOptions
- java.lang.Object
-
- com.mindee.parsing.v2.InferenceActiveOptions
-
public final class InferenceActiveOptions extends Object
Option response for V2 API inference.
-
-
Constructor Summary
Constructors Constructor Description InferenceActiveOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)booleangetConfidence()Whether the confidence feature was activated.DataSchemaActiveOptionsgetDataSchema()Data schema options provided for the inference.booleangetPolygon()Whether the polygon feature was activated.booleangetRag()Whether the RAG feature was activated.booleangetRawText()Whether the Raw Text feature was activated.inthashCode()StringtoString()
-
-
-
Method Detail
-
getRag
public boolean getRag()
Whether the RAG feature was activated.
-
getRawText
public boolean getRawText()
Whether the Raw Text feature was activated.
-
getPolygon
public boolean getPolygon()
Whether the polygon feature was activated.
-
getConfidence
public boolean getConfidence()
Whether the confidence feature was activated.
-
getDataSchema
public DataSchemaActiveOptions getDataSchema()
Data schema options provided for the inference.
-
-